tom@1338: /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz tom@1338: * Software engineering by Intevation GmbH tom@1338: * tom@1338: * This file is Free Software under the GNU GPL (v>=3) tom@1338: * and comes with ABSOLUTELY NO WARRANTY! Check out tom@1338: * the documentation coming with IMIS-Labordaten-Application for details. tom@1338: */ tom@1338: tom@1338: /** tom@1338: * Store for OrtszuordnungTyp tom@1338: */ tom@1338: Ext.define('Lada.store.OrtszuordnungTyp', { tom@1338: extend: 'Ext.data.Store', tom@1338: model: 'Lada.model.OrtszuordnungTyp', tom@1338: sorters: [ tom@1338: { tom@1338: property: 'id', tom@1338: direction: 'ASC' tom@1338: }], tom@1338: autoLoad: true, tom@1338: sortOnLoad: true tom@1338: });