Mercurial > lada > lada-client
view app/store/Probenzusatzwerte.js @ 125:324b11db4323
Store probeId as attribute of the "add" button in the zusatzwerte list.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 25 Jun 2013 11:06:43 +0200 |
parents | a7bfaeb1655d |
children | 70a1b5962930 |
line wrap: on
line source
Ext.define('Lada.store.Probenzusatzwerte', { extend: 'Ext.data.Store', model: 'Lada.model.Probenzusatzwert' });