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.
2 parents 7ed9930 + e4e9be1 commit aa21f38Copy full SHA for aa21f38
app/code/Magento/Ui/view/base/web/js/grid/massactions.js
@@ -60,13 +60,15 @@ define([
60
return this;
61
}
62
63
- action = this.getAction(actionIndex);
+ action = this.getAction(actionIndex);
64
callback = this._getCallback(action, data);
65
66
action.confirm ?
67
this._confirm(action, callback) :
68
callback();
69
70
+ this.close();
71
+
72
73
},
74
@@ -127,7 +129,7 @@ define([
127
129
*/
128
130
_getCallback: function (action, selections) {
131
var callback = action.callback,
- args = [action, selections];
132
+ args = [action, selections];
133
134
if (utils.isObject(callback)) {
135
args.unshift(callback.target);
0 commit comments