Mercurial > lada > lada-client
comparison app/view/messungen/List.js @ 535:60c5c796a57e
Don't edit 'Status' field
This is read from the Status entries belonging to the probe
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Wed, 17 Dec 2014 14:57:03 +0100 |
parents | 7a20e3054c9e |
children | eef1ff9f2bd2 |
comparison
equal
deleted
inserted
replaced
534:0eb7751ce158 | 535:60c5c796a57e |
---|---|
95 }); | 95 }); |
96 if (sstore.getTotalCount() === 0) { | 96 if (sstore.getTotalCount() === 0) { |
97 return 'unbekannt'; | 97 return 'unbekannt'; |
98 } | 98 } |
99 return sstore.last().get('status'); | 99 return sstore.last().get('status'); |
100 }, | |
101 editor: { | |
102 xtype: 'numberfield', | |
103 allowBlank: false | |
104 } | 100 } |
105 }, { | 101 }, { |
106 header: 'OK-Flag', | 102 header: 'OK-Flag', |
107 dataIndex: 'fertig', | 103 dataIndex: 'fertig', |
108 width: 50, | 104 width: 50, |