Mercurial > lada > lada-client
view app/store/ProbenList.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 | 832e3c8f9191 |
children | debfcc7713e3 |
line wrap: on
line source
/** * Store for Proben */ Ext.define('Lada.store.ProbenList', { extend: 'Ext.data.Store', model: 'Lada.model.ProbeList' });