[Lada-commits] [PATCH] No default value for statuswerte

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


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1454598545 -3600
# Node ID 637cf968a49c623777b194daae7d901a698ab7c3
# Parent  418e25969a16d65960d69041dad447e9146a18f8
No default value for statuswerte

diff -r 418e25969a16 -r 637cf968a49c app/model/Status.js
--- a/app/model/Status.js	Thu Feb 04 14:16:43 2016 +0100
+++ b/app/model/Status.js	Thu Feb 04 16:09:05 2016 +0100
@@ -30,8 +30,7 @@
         type: 'int'
     }, {
         name: 'statusWert',
-        type: 'int',
-        defaultValue: 0
+        type: 'int'
     }, {
         name: 'treeModified',
         serialize: function(value) {


More information about the Lada-commits mailing list