Skip to content

Commit 78fdbc7

Browse files
committed
MAGETWO-54256: [SWAT] Store view, store and website CRUD takes long time with no warning
1 parent 6941da3 commit 78fdbc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Backend/view/adminhtml/web/js/save-with-confirm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ define([
4141
(rootCategoryId !== null && storeData['root_category_id'] !== rootCategoryId ||
4242
defaultStoreView !== null && storeData['default_store_id'] !== defaultStoreView),
4343
websiteUpdated = websiteEdit && defaultStore !== null && storeData['default_group_id'] !== defaultStore;
44+
4445
return storeViewUpdated || storeUpdated || websiteUpdated;
4546
}
4647
});

0 commit comments

Comments
 (0)