comparison 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
comparison
equal deleted inserted replaced
797:b8fd43021c29 798:ff4330d4aba1
28 initComponent: function() { 28 initComponent: function() {
29 this.store = Ext.data.StoreManager.get('messstellen'); 29 this.store = Ext.data.StoreManager.get('messstellen');
30 if (!this.store) { 30 if (!this.store) {
31 this.store = Ext.create('Lada.store.Messstellen'); 31 this.store = Ext.create('Lada.store.Messstellen');
32 } 32 }
33 this.store.clearFilter(true);
33 this.callParent(arguments); 34 this.callParent(arguments);
34 } 35 }
35 }); 36 });

http://lada.wald.intevation.org