diff app/model/Probe.js @ 134:1620d02d2973

Reset idProperty to probeId again as it seems the the submitted data will have an autogenerated id property "id" in the other case which causes problems on the server side.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 25 Jun 2013 17:33:56 +0200
parents 1907f405eb93
children dcb40a53ade2
line wrap: on
line diff
--- a/app/model/Probe.js	Tue Jun 25 17:32:07 2013 +0200
+++ b/app/model/Probe.js	Tue Jun 25 17:33:56 2013 +0200
@@ -28,6 +28,7 @@
         {name: "test"},
         {name: "umwId"}
     ],
+    idProperty: "probeId",
     proxy: {
         type: 'rest',
         appendId: true, //default

http://lada.wald.intevation.org