[Lada-commits] [PATCH] Fixed id property in OrtsZusatz model

Wald Commits scm-commit at wald.intevation.org
Fri Feb 3 15:18:14 CET 2017


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1486131489 -3600
# Node ID 7e86f4f439074c1d42987c4263f222f1b7e2cf78
# Parent  35bbbfbe130c5575050f8516cb53e822dcbbee04
Fixed id property in OrtsZusatz model.

diff -r 35bbbfbe130c -r 7e86f4f43907 app/model/OrtsZusatz.js
--- a/app/model/OrtsZusatz.js	Fri Feb 03 15:09:24 2017 +0100
+++ b/app/model/OrtsZusatz.js	Fri Feb 03 15:18:09 2017 +0100
@@ -23,7 +23,7 @@
         name: 'ortszusatz'
     }],
 
-    idProperty: 'id',
+    idProperty: 'ozsId',
 
     proxy: {
         type: 'rest',


More information about the Lada-commits mailing list