Mercurial > lada > lada-client
comparison app/view/widgets/Mst.js @ 496:d07e5086a64b
Moved stammdaten stores to app.js and load them via storemanager.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 06 Nov 2014 10:35:35 +0100 |
parents | 850ccfe5f3c4 |
children | 7c0653e8d9f7 |
comparison
equal
deleted
inserted
replaced
495:649bf1d08531 | 496:d07e5086a64b |
---|---|
24 triggerAction : 'all', | 24 triggerAction : 'all', |
25 typeAhead: false, | 25 typeAhead: false, |
26 minChars: 0, | 26 minChars: 0, |
27 | 27 |
28 initComponent: function() { | 28 initComponent: function() { |
29 this.store = Ext.data.StoreManager.get('StaMessstellen'); | 29 this.store = Ext.data.StoreManager.get('staMessstellen'); |
30 if (!this.store) { | 30 if (!this.store) { |
31 this.store = Ext.create('Lada.store.StaMessstellen'); | 31 this.store = Ext.create('Lada.store.StaMessstellen'); |
32 } | 32 } |
33 this.callParent(arguments); | 33 this.callParent(arguments); |
34 } | 34 } |