Commit 86323a97198765ceb2e6cc410a03bfe9d9604712
1 parent
58423118
Exists in
master
and in
112 other branches
Clear granules grid when the window reloads.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
js/app/controllers/EpnTapModule.js
... | ... | @@ -98,6 +98,7 @@ Ext.define('amdaDesktop.EpnTapModule', { |
98 | 98 | - `target`: an array of 3 values: [dataproduct_type, target_class, target_name]; or null. |
99 | 99 | */ |
100 | 100 | initWindow: function(target) { |
101 | + Ext.getCmp('epnTapGranulesGrid').getStore().removeAll(); | |
101 | 102 | Ext.data.StoreManager.lookup('servicesStore').on('add', function() { this.updateNbResults(); }, this); |
102 | 103 | Ext.data.StoreManager.lookup('servicesStore').load(); |
103 | 104 | Ext.data.StoreManager.lookup('metadataStore').load(); |
... | ... |