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

http://lada.wald.intevation.org