Skip to content

Commit 19b549a

Browse files
author
Olga Nakonechna
committed
MAGETWO-61596: Configurable products simple products get removed on product save
1 parent 732d445 commit 19b549a

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
@@ -104,6 +104,7 @@ define([
104104
_save: function (data, options) {
105105
var url = this.urls.save;
106106

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

109110
if (!options.redirect) {
@@ -116,6 +117,8 @@ define([
116117
data: data
117118
}, options);
118119

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

0 commit comments

Comments
 (0)