Mercurial > lada > lada-client
comparison app/view/widgets/Uwb.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 |
---|---|
37 // combo.value = record.id; | 37 // combo.value = record.id; |
38 // } | 38 // } |
39 //}, | 39 //}, |
40 | 40 |
41 initComponent: function() { | 41 initComponent: function() { |
42 this.store = Ext.data.StoreManager.get('StaUmwelt'); | 42 this.store = Ext.data.StoreManager.get('staUmwelt'); |
43 if (!this.store) { | 43 if (!this.store) { |
44 this.store = Ext.create('Lada.store.StaUmwelt'); | 44 this.store = Ext.create('Lada.store.StaUmwelt'); |
45 } | 45 } |
46 this.callParent(arguments); | 46 this.callParent(arguments); |
47 } | 47 } |