Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/widgets/Mst.js Mon Nov 03 12:12:24 2014 +0100 +++ b/app/view/widgets/Mst.js Thu Nov 06 10:35:35 2014 +0100 @@ -26,7 +26,7 @@ minChars: 0, initComponent: function() { - this.store = Ext.data.StoreManager.get('StaMessstellen'); + this.store = Ext.data.StoreManager.get('staMessstellen'); if (!this.store) { this.store = Ext.create('Lada.store.StaMessstellen'); }