annotate app/store/StatusKombi.js @ 1185:90ae675a1224 schema-update

Updated client status workflow and model.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 31 Aug 2016 15:58:49 +0200
parents
children
rev   line source
1185
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
2 * Software engineering by Intevation GmbH
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
3 *
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
4 * This file is Free Software under the GNU GPL (v>=3)
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
5 * and comes with ABSOLUTELY NO WARRANTY! Check out
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
6 * the documentation coming with IMIS-Labordaten-Application for details.
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
7 */
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
8
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
9 /**
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
10 * Store for Status-Kombi
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
11 */
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
12 Ext.define('Lada.store.StatusKombi', {
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
13 extend: 'Ext.data.Store',
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
14 model: 'Lada.model.StatusKombi',
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
15 autoLoad: false
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
16 });
90ae675a1224 Updated client status workflow and model.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
17

http://lada.wald.intevation.org