comparison 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
comparison
equal deleted inserted replaced
1388:634cce8b4c09 1396:418b9afee700
34 this.emptyText = i18n.getMsg('emptytext.messprogrammland'); 34 this.emptyText = i18n.getMsg('emptytext.messprogrammland');
35 35
36 this.store = Ext.data.StoreManager.get('messprogrammkategorie'); 36 this.store = Ext.data.StoreManager.get('messprogrammkategorie');
37 if (!this.store) { 37 if (!this.store) {
38 this.store = Ext.create('Lada.store.MessprogrammKategorie'); 38 this.store = Ext.create('Lada.store.MessprogrammKategorie');
39 } else {
40 this.store.clearFilter();
39 } 41 }
40 this.store.sort(); 42 this.store.sort();
41 this.callParent(arguments); 43 this.callParent(arguments);
42 } 44 }
43 }); 45 });

http://lada.wald.intevation.org