[Lada-commits] [PATCH] No default value for statuswerte, this time it should work

Wald Commits scm-commit at wald.intevation.org
Thu Feb 4 16:17:45 CET 2016


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1454599046 -3600
# Node ID 00da72171de30ac6a6b6d0db44a5c202db9665b2
# Parent  637cf968a49c623777b194daae7d901a698ab7c3
No default value for statuswerte, this time it should work

diff -r 637cf968a49c -r 00da72171de3 app/model/Status.js
--- a/app/model/Status.js	Thu Feb 04 16:09:05 2016 +0100
+++ b/app/model/Status.js	Thu Feb 04 16:17:26 2016 +0100
@@ -29,8 +29,7 @@
         name: 'statusStufe',
         type: 'int'
     }, {
-        name: 'statusWert',
-        type: 'int'
+        name: 'statusWert'
     }, {
         name: 'treeModified',
         serialize: function(value) {


More information about the Lada-commits mailing list