Mercurial > lada > lada-client
comparison app/model/Status.js @ 1020:00da72171de3
No default value for statuswerte, this time it should work
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 04 Feb 2016 16:17:26 +0100 |
parents | 637cf968a49c |
children | 6d06ae7c553c 4270da0f7d3b |
comparison
equal
deleted
inserted
replaced
1019:637cf968a49c | 1020:00da72171de3 |
---|---|
27 name: 'erzeuger' | 27 name: 'erzeuger' |
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' | |
34 }, { | 33 }, { |
35 name: 'treeModified', | 34 name: 'treeModified', |
36 serialize: function(value) { | 35 serialize: function(value) { |
37 if (value === '') { | 36 if (value === '') { |
38 return null; | 37 return null; |