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.
1 parent 145f183 commit f5cb772Copy full SHA for f5cb772
AdobeStockImageAdminUi/view/adminhtml/web/js/components/grid/column/image-preview.js
@@ -62,11 +62,9 @@ define([
62
initialize: function () {
63
this._super().initView();
64
$(window).on('fileDeleted.enhancedMediaGallery', function () {
65
- this.updateIsDownloadedField();
66
this.reloadAdobeGrid();
67
}.bind(this));
68
$(window).on('folderDeleted.enhancedMediaGallery', function () {
69
70
71
72
@@ -209,6 +207,7 @@ define([
209
207
* Reload Adobe grid after deleting image
210
208
*/
211
reloadAdobeGrid: function () {
+ this.updateIsDownloadedField();
212
this.actions().source().reload({
213
refresh: true
214
});
0 commit comments