comparison app/model/Status.js @ 956:45c67a784b31

Added StatusStufe to the StatusGrid. Created Store and Model for StatusStufe
author Dustin Demuth <dustin@intevation.de>
date Mon, 09 Nov 2015 13:31:43 +0100
parents 023e622f9551
children a2c2039bb5d9
comparison
equal deleted inserted replaced
955:b401846e7817 956:45c67a784b31
25 name: 'messungsId' 25 name: 'messungsId'
26 }, { 26 }, {
27 name: 'erzeuger' 27 name: 'erzeuger'
28 }, { 28 }, {
29 name: 'statusStufe', 29 name: 'statusStufe',
30 type: 'int' 30 type: 'int',
31 defaultValue: 1
31 }, { 32 }, {
32 name: 'statusWert', 33 name: 'statusWert',
33 type: 'int' 34 type: 'int',
35 defaultValue: 0
34 }, { 36 }, {
35 name: 'treeModified', 37 name: 'treeModified',
36 serialize: function(value) { 38 serialize: function(value) {
37 if (value === '') { 39 if (value === '') {
38 return null; 40 return null;

http://lada.wald.intevation.org