Mercurial > lada > lada-client
comparison app/view/messungen/List.js @ 539:31a770c6a9a9
Merge
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Wed, 17 Dec 2014 15:42:55 +0100 |
parents | eef1ff9f2bd2 |
children | 7c9475119861 |
comparison
equal
deleted
inserted
replaced
533:6301d3210a9f | 539:31a770c6a9a9 |
---|---|
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, |