comparison app/model/Zusatzwert.js @ 127:f5864914ebb3

Commented out pzsId in Zusatzwert model.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 25 Jun 2013 11:26:21 +0200
parents d78bb4ca6089
children 968806c1a3cb
comparison
equal deleted inserted replaced
126:3d8cbc2d0dc1 127:f5864914ebb3
3 requires: [ 3 requires: [
4 'Lada.model.Probenzusatzwert' 4 'Lada.model.Probenzusatzwert'
5 ], 5 ],
6 fields: [ 6 fields: [
7 {name: "id"}, 7 {name: "id"},
8 {name: "pzsId", mapping: "id.pzsId"}, 8 // Commented out as pzsId must not be submitted to the server. On
9 // serverside the pzsId is taken from the nested sprobenZusatz object.
10 //{name: "pzsId", mapping: "id.pzsId"},
9 {name: "probeId", mapping: "id.probeId"}, 11 {name: "probeId", mapping: "id.probeId"},
10 {name: "nwgZuMesswert", type: 'float'}, 12 {name: "nwgZuMesswert", type: 'float'},
11 {name: "messwertPzs", type: 'float'}, 13 {name: "messwertPzs", type: 'float'},
12 {name: "messfehler", type: 'float'}, 14 {name: "messfehler", type: 'float'},
13 {name: "letzteAenderung", type: 'date', convert: ts2date, defaultValue: new Date()}, 15 {name: "letzteAenderung", type: 'date', convert: ts2date, defaultValue: new Date()},

http://lada.wald.intevation.org