Mercurial > lada > lada-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
1184:be720d0473f6 | 1185:90ae675a1224 |
---|---|
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz | |
2 * Software engineering by Intevation GmbH | |
3 * | |
4 * This file is Free Software under the GNU GPL (v>=3) | |
5 * and comes with ABSOLUTELY NO WARRANTY! Check out | |
6 * the documentation coming with IMIS-Labordaten-Application for details. | |
7 */ | |
8 | |
9 /** | |
10 * Store for Status-Kombi | |
11 */ | |
12 Ext.define('Lada.store.StatusKombi', { | |
13 extend: 'Ext.data.Store', | |
14 model: 'Lada.model.StatusKombi', | |
15 autoLoad: false | |
16 }); | |
17 |