comparison app/store/OrtszuordnungMp.js @ 1339:1a2cd9bef6d7

messprogramm zuordnung now functional
author Maximilian Krambach <mkrambach@intevation.de>
date Fri, 03 Feb 2017 19:37:28 +0100
parents
children
comparison
equal deleted inserted replaced
1338:d2f06ce4d43a 1339:1a2cd9bef6d7
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 Ortszuordnungen for Messprogramme
11 */
12 Ext.define('Lada.store.OrtszuordnungMp', {
13 extend: 'Ext.data.Store',
14 model: 'Lada.model.OrtszuordnungMp'
15 });
16

http://lada.wald.intevation.org