Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app.js Thu Nov 12 12:19:02 2015 +0100 +++ b/app.js Thu Nov 12 14:25:07 2015 +0100 @@ -157,10 +157,12 @@ storeId: 'verwaltungseinheiten' }); Ext.create('Lada.store.StatusWerte', { - storeId: 'statuswerte' + storeId: 'statuswerte', + autoLoad: true }); Ext.create('Lada.store.StatusStufe', { - storeId: 'statusstufe' + storeId: 'statusstufe', + autoLoad: 'true' }); },