Skip to content

Commit

Permalink
Merge pull request #5048 in SW/shopware from sw-18962/5.3/fix-store-l…
Browse files Browse the repository at this point in the history
…oading-in-pluginmanager to 5.3

* commit '61f9eae920a75801d70b92385fe51d3405f4d2f2':
  SW-18962 - Fix store loading when opening plugin manager via preset view
  • Loading branch information
OliverSkroblin committed Jun 7, 2017
2 parents cde74c4 + 61f9eae commit 13eb037
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 13eb037

Please sign in to comment.