# HG changeset patch # User Torsten Irländer # Date 1372152381 -7200 # Node ID f5864914ebb3d0cf4f5740f0f675f420522dd735 # Parent 3d8cbc2d0dc1d110a1a8cbfbc13882a5c30b0ab6 Commented out pzsId in Zusatzwert model. diff -r 3d8cbc2d0dc1 -r f5864914ebb3 app/model/Zusatzwert.js --- a/app/model/Zusatzwert.js Tue Jun 25 11:07:31 2013 +0200 +++ b/app/model/Zusatzwert.js Tue Jun 25 11:26:21 2013 +0200 @@ -5,7 +5,9 @@ ], fields: [ {name: "id"}, - {name: "pzsId", mapping: "id.pzsId"}, + // Commented out as pzsId must not be submitted to the server. On + // serverside the pzsId is taken from the nested sprobenZusatz object. + //{name: "pzsId", mapping: "id.pzsId"}, {name: "probeId", mapping: "id.probeId"}, {name: "nwgZuMesswert", type: 'float'}, {name: "messwertPzs", type: 'float'},