Mercurial > lada > lada-client
view app/store/Zusatzwerte.js @ 739:efb1369a8cac
Enabled autocompletion for Messwerte in a Messung.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Mon, 20 Apr 2015 14:11:39 +0200 |
parents | cf898d2cd362 |
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 Zusatzwerte */ Ext.define('Lada.store.Zusatzwerte', { extend: 'Ext.data.Store', model: 'Lada.model.Zusatzwert' });