diff 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
line wrap: on
line diff
--- a/app/model/Messung.js	Wed Feb 17 14:25:40 2016 +0100
+++ b/app/model/Messung.js	Thu Feb 18 11:16:55 2016 +0100
@@ -76,6 +76,15 @@
             }
             return value;
         }
+    }, {
+        name: 'statusWert',
+        persist: false
+    }, {
+        name: 'messwerteCount',
+        persist: false
+    }, {
+        name: 'kommentarCount',
+        persist: false
     }],
 
     idProperty: 'id',

http://lada.wald.intevation.org