Mercurial > lada > lada-client
view app/store/StaOrte.js @ 543:ce188e2fab06
Added custom textfield to shwo errors and warnings.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 18 Dec 2014 15:03:51 +0100 |
parents | 6056a7fd9aa2 |
children |
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz * Software engineering by Intevation GmbH * * This file is Free Software under the GNU GPL (v>=3) * and comes with ABSOLUTELY NO WARRANTY! Check out * the documentation coming with IMIS-Labordaten-Application for details. */ /** * Store for Ortedetails */ Ext.define('Lada.store.StaOrte', { extend: 'Ext.data.Store', model: 'Lada.model.StaOrt', sorters: [{ property: 'bezeichnung' }], autoLoad: true });