Mercurial > lada > lada-client
changeset 138:4287f29b5b81
Fixed fields in model (Forgotten broken mapping)
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 26 Jun 2013 14:30:40 +0200 |
parents | a7eea094d3d6 |
children | df6e36dd57ee |
files | app/model/Zusatzwert.js |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/model/Zusatzwert.js Wed Jun 26 10:23:55 2013 +0200 +++ b/app/model/Zusatzwert.js Wed Jun 26 14:30:40 2013 +0200 @@ -1,8 +1,8 @@ Ext.define('Lada.model.Zusatzwert', { extend: 'Ext.data.Model', fields: [ - {name: "pzsId", mapping: "id.pzsId"}, - {name: "probeId", mapping: "id.probeId"}, + {name: "pzsId"}, + {name: "probeId"}, {name: "nwgZuMesswert", type: 'float'}, {name: "messwertPzs", type: 'float'}, {name: "messfehler", type: 'float'},