Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/model/Status.js Mon Nov 09 12:53:36 2015 +0100 +++ b/app/model/Status.js Mon Nov 09 13:31:43 2015 +0100 @@ -27,10 +27,12 @@ name: 'erzeuger' }, { name: 'statusStufe', - type: 'int' + type: 'int', + defaultValue: 1 }, { name: 'statusWert', - type: 'int' + type: 'int', + defaultValue: 0 }, { name: 'treeModified', serialize: function(value) {