Mercurial > lada > lada-client
view app/store/Zusatzwerte.js @ 454:edb9dee114f8
Issue67: Always commit the form und not only if there has been changes to the
ortedetails.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 13 Dec 2013 12:42:30 +0100 |
parents | cec9fe8d0000 |
children | debfcc7713e3 |
line wrap: on
line source
/** * Store for Zusatzwerte */ Ext.define('Lada.store.Zusatzwerte', { extend: 'Ext.data.Store', autoLoad: true, model: 'Lada.model.Zusatzwert' });