Mercurial > lada > lada-client
comparison app.js @ 965:a2c2039bb5d9
Disabled StatusGrid Edit when StatusEdit ist false, Load StatuswerteStore differently, removed a bunch of trailing commas
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 12 Nov 2015 14:25:07 +0100 |
parents | 6a6f2c6fe8ee |
children | 50d7b6e17525 |
comparison
equal
deleted
inserted
replaced
964:5b86baa038bc | 965:a2c2039bb5d9 |
---|---|
155 }); | 155 }); |
156 Ext.create('Lada.store.Verwaltungseinheiten', { | 156 Ext.create('Lada.store.Verwaltungseinheiten', { |
157 storeId: 'verwaltungseinheiten' | 157 storeId: 'verwaltungseinheiten' |
158 }); | 158 }); |
159 Ext.create('Lada.store.StatusWerte', { | 159 Ext.create('Lada.store.StatusWerte', { |
160 storeId: 'statuswerte' | 160 storeId: 'statuswerte', |
161 autoLoad: true | |
161 }); | 162 }); |
162 Ext.create('Lada.store.StatusStufe', { | 163 Ext.create('Lada.store.StatusStufe', { |
163 storeId: 'statusstufe' | 164 storeId: 'statusstufe', |
165 autoLoad: 'true' | |
164 }); | 166 }); |
165 }, | 167 }, |
166 | 168 |
167 getServerVersion: function() { | 169 getServerVersion: function() { |
168 var i18n = Lada.getApplication().bundle; | 170 var i18n = Lada.getApplication().bundle; |