diff --git a/js/app/controllers/EpnTapModule.js b/js/app/controllers/EpnTapModule.js index b766ff1..8698395 100644 --- a/js/app/controllers/EpnTapModule.js +++ b/js/app/controllers/EpnTapModule.js @@ -46,7 +46,9 @@ Ext.define('amdaDesktop.EpnTapModule', { this.aquireElements(); this.addListeners(); - // this.servicesStore.clearFilter(); + this.servicesStore.each(function(record) { + record.set('nb_results', -1); + }, this); this.granulesStore.removeAll(); if(target) { -- libgit2 0.21.2