[Lada-commits] [PATCH 6 of 7] Load status_kombi store on application launch
Wald Commits
scm-commit at wald.intevation.org
Wed Aug 31 16:25:08 CEST 2016
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1472651968 -7200
# Branch schema-update
# Node ID a1c480be0b796379db29b67619a6539e2812d36c
# Parent 90ae675a1224aed7c41e1f7f090f279ddcf38b36
Load status_kombi store on application launch.
diff -r 90ae675a1224 -r a1c480be0b79 app.js
--- a/app.js Wed Aug 31 15:58:49 2016 +0200
+++ b/app.js Wed Aug 31 15:59:28 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'
More information about the Lada-commits
mailing list