diff app/view/widget/MessprogrammLand.js @ 1396:418b9afee700 release-2.5

changed MessprogrammKategorie pageSize and added filter for combo dependent on selected messstelle in probeform and messprogrammform
author Evi Huber <ehuber@bfs.de>
date Wed, 15 Mar 2017 09:56:44 +0100
parents 74e4e5a7adc7
children
line wrap: on
line diff
--- a/app/view/widget/MessprogrammLand.js	Mon Feb 27 11:56:41 2017 +0100
+++ b/app/view/widget/MessprogrammLand.js	Wed Mar 15 09:56:44 2017 +0100
@@ -36,6 +36,8 @@
         this.store = Ext.data.StoreManager.get('messprogrammkategorie');
         if (!this.store) {
             this.store = Ext.create('Lada.store.MessprogrammKategorie');
+        } else {
+            this.store.clearFilter();
         }
         this.store.sort();
         this.callParent(arguments);

http://lada.wald.intevation.org