comparison app/model/Status.js @ 1019:637cf968a49c

No default value for statuswerte
author Dustin Demuth <dustin@intevation.de>
date Thu, 04 Feb 2016 16:09:05 +0100
parents 23bfcbdb4527
children 00da72171de3
comparison
equal deleted inserted replaced
1018:418e25969a16 1019:637cf968a49c
28 }, { 28 }, {
29 name: 'statusStufe', 29 name: 'statusStufe',
30 type: 'int' 30 type: 'int'
31 }, { 31 }, {
32 name: 'statusWert', 32 name: 'statusWert',
33 type: 'int', 33 type: 'int'
34 defaultValue: 0
35 }, { 34 }, {
36 name: 'treeModified', 35 name: 'treeModified',
37 serialize: function(value) { 36 serialize: function(value) {
38 if (value === '') { 37 if (value === '') {
39 return null; 38 return null;

http://lada.wald.intevation.org