Mercurial > lada > lada-client
comparison app/model/Messung.js @ 1032:fa04558f35cd
Load messung grid columns as record fields to get rid of 'Ext.fly'
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 18 Feb 2016 11:16:55 +0100 |
parents | 23bfcbdb4527 |
children | 981339d774b8 |
comparison
equal
deleted
inserted
replaced
1031:488fed1d2b98 | 1032:fa04558f35cd |
---|---|
74 if (value === '') { | 74 if (value === '') { |
75 return null; | 75 return null; |
76 } | 76 } |
77 return value; | 77 return value; |
78 } | 78 } |
79 }, { | |
80 name: 'statusWert', | |
81 persist: false | |
82 }, { | |
83 name: 'messwerteCount', | |
84 persist: false | |
85 }, { | |
86 name: 'kommentarCount', | |
87 persist: false | |
79 }], | 88 }], |
80 | 89 |
81 idProperty: 'id', | 90 idProperty: 'id', |
82 | 91 |
83 proxy: { | 92 proxy: { |