We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021344a commit 47a6917Copy full SHA for 47a6917
src/VirtoCommerce.CatalogModule.Web/Scripts/blades/configurations/configuration-section-detail.js
@@ -266,11 +266,11 @@ angular.module('virtoCommerce.catalogModule')
266
}
267
268
blade.currentEntity = angular.copy(item);
269
-
+
270
// Initialize previous values for mutual exclusivity tracking
271
previousAllowCustomText = blade.currentEntity.allowCustomText;
272
previousAllowPredefinedOptions = blade.currentEntity.allowPredefinedOptions;
273
274
blade.isLoading = false;
275
276
0 commit comments