Mercurial > lada > lada-client
view app/store/Kommentare.js @ 137:a7eea094d3d6
Removed id property from Zusatzwerte model. Do not set Probenzusatz when
saving the Zusatzwert.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 26 Jun 2013 10:23:55 +0200 |
parents | 133fa41d3fe8 |
children | 39297b8e5ba2 |
line wrap: on
line source
Ext.define('Lada.store.Kommentare', { extend: 'Ext.data.Store', model: 'Lada.model.Kommentar' });