Skip to content

Commit 2bb7990

Browse files
committed
MAGETWO-61596: Configurable products simple products get removed on product save
2 parents 474ccad + 3647087 commit 2bb7990

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Ui/view/base/web/js/form

1 file changed

+3
-0
lines changed

app/code/Magento/Ui/view/base/web/js/form/client.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ define([
103103
_save: function (data, options) {
104104
var url = this.urls.save;
105105

106+
$('body').trigger('processStart');
106107
options = options || {};
107108

108109
if (!options.redirect) {
@@ -115,6 +116,8 @@ define([
115116
data: data
116117
}, options);
117118

119+
$('body').trigger('processStop');
120+
118121
return this;
119122
}
120123

0 commit comments

Comments
 (0)