Skip to content

Commit

Permalink
SW-18962 - Fix store loading when opening plugin manager via preset view
Browse files Browse the repository at this point in the history
  • Loading branch information
htkassner committed Jun 7, 2017
1 parent 21628a5 commit 61f9eae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/Backend/ExtJs/backend/emotion/view/presets/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ Ext.define('Shopware.apps.Emotion.view.presets.List', {
{ property: 'emotionPreset', value: 1 }
]
}
}, undefined, function() {
Ext.Function.defer(function () {
Shopware.app.Application.fireEvent('reload-local-listing');
Shopware.app.Application.fireEvent('load-update-listing');
}, 2000);
});
},

Expand Down

0 comments on commit 61f9eae

Please sign in to comment.