We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6941da3 commit 78fdbc7Copy full SHA for 78fdbc7
app/code/Magento/Backend/view/adminhtml/web/js/save-with-confirm.js
@@ -41,6 +41,7 @@ define([
41
(rootCategoryId !== null && storeData['root_category_id'] !== rootCategoryId ||
42
defaultStoreView !== null && storeData['default_store_id'] !== defaultStoreView),
43
websiteUpdated = websiteEdit && defaultStore !== null && storeData['default_group_id'] !== defaultStore;
44
+
45
return storeViewUpdated || storeUpdated || websiteUpdated;
46
}
47
});
0 commit comments