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