[Lada-commits] [PATCH 1 of 3] Fix ID-property

Wald Commits scm-commit at wald.intevation.org
Wed Jul 17 10:59:10 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1373975845 -7200
# Node ID d27017394c8f315712061cd7fc748e405d8f5351
# Parent  5e056c5edf9a7056b9c178c529adb6dcfe10aaf2
Fix ID-property

diff -r 5e056c5edf9a -r d27017394c8f app/model/Status.js
--- a/app/model/Status.js	Tue Jul 16 13:56:38 2013 +0200
+++ b/app/model/Status.js	Tue Jul 16 13:57:25 2013 +0200
@@ -9,7 +9,7 @@
         {name: "sdatum", type: 'date', convert: ts2date, defaultValue: new Date()},
         {name: "skommentar"}
     ],
-    idProperty: "sId",
+    idProperty: "sid",
     proxy: {
         type: 'rest',
         appendId: true, //default


More information about the Lada-commits mailing list