diff app/view/widget/Messstelle.js @ 798:ff4330d4aba1

Filter Messtellen in Probeform and Messprogramm
author Dustin Demuth <dustin@intevation.de>
date Thu, 21 May 2015 15:23:49 +0200
parents 2e8da590ea0c
children
line wrap: on
line diff
--- a/app/view/widget/Messstelle.js	Wed May 20 16:48:03 2015 +0200
+++ b/app/view/widget/Messstelle.js	Thu May 21 15:23:49 2015 +0200
@@ -30,6 +30,7 @@
         if (!this.store) {
             this.store = Ext.create('Lada.store.Messstellen');
         }
+        this.store.clearFilter(true);
         this.callParent(arguments);
     }
 });

http://lada.wald.intevation.org