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 4d0be07 + 2e41989 commit 6b21f6fCopy full SHA for 6b21f6f
app/code/Magento/Catalog/view/adminhtml/web/js/bundle-proxy-button.js
@@ -54,6 +54,19 @@ define([
54
return this;
55
},
56
57
+ /**
58
+ * Calls 'destroy' of parent and
59
+ * clear listing provider source
60
+ *
61
+ * @returns {Object} Chainable.
62
+ */
63
+ destroy: function () {
64
+ this._super();
65
+ this.source.set(this.listingDataProvider, []);
66
+
67
+ return this;
68
+ },
69
70
/**
71
* Call parent "action" method
72
* and set new data to record and listing.
0 commit comments