Mercurial > lada > lada-client
comparison app/model/Messung.js @ 945:023e622f9551
Added the ability to work with "StatusWerten" which are delivered by the lada-server.
To enable the uses of StatusWerte, the controller for the status grid, needed to be extended.
In addition, the form and grid views of Messung and Status were updated.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 27 Oct 2015 16:46:58 +0100 |
parents | af16a257d5f6 |
children | a2c2039bb5d9 |
comparison
equal
deleted
inserted
replaced
944:1f1467713c3f | 945:023e622f9551 |
---|---|
36 return new Date(); | 36 return new Date(); |
37 } | 37 } |
38 return new Date(v); | 38 return new Date(v); |
39 }, | 39 }, |
40 defaultValue: new Date() | 40 defaultValue: new Date() |
41 }, { | |
42 name: 'status', | |
41 }, { | 43 }, { |
42 name: 'fertig', | 44 name: 'fertig', |
43 type: 'boolean' | 45 type: 'boolean' |
44 }, { | 46 }, { |
45 name: 'letzteAenderung', | 47 name: 'letzteAenderung', |