Mercurial > lada > lada-client
diff app.js @ 1217:4270da0f7d3b
Merged branch schema-update into default.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 14 Oct 2016 18:34:19 +0200 |
parents | 75e5caebd392 |
children | 59cc259f7f21 |
line wrap: on
line diff
--- a/app.js Fri Oct 14 16:06:21 2016 +0200 +++ b/app.js Fri Oct 14 18:34:19 2016 +0200 @@ -55,6 +55,7 @@ 'Lada.store.Verwaltungseinheiten', 'Lada.store.StatusWerte', 'Lada.store.StatusStufe', + 'Lada.store.StatusKombi', 'Lada.store.Probenehmer', 'Lada.store.DatensatzErzeuger', 'Lada.store.MessprogrammKategorie', @@ -228,6 +229,10 @@ storeId: 'statusstufe', autoLoad: 'true' }); + Ext.create('Lada.store.StatusKombi', { + storeId: 'statuskombi', + autoLoad: 'true' + }); Ext.create('Lada.store.ProbeQueries', { storeId: 'probequeries', autoLoad: 'true'