diff app/model/Messwert.js @ 991:19b78162e128

reorg mewwert grid
author Michael Stanko <mstanko@bfs.de>
date Mon, 28 Dec 2015 12:01:47 +0100
parents f4eb53ba63fc
children 23bfcbdb4527
line wrap: on
line diff
--- a/app/model/Messwert.js	Wed Dec 16 09:49:09 2015 +0100
+++ b/app/model/Messwert.js	Mon Dec 28 12:01:47 2015 +0100
@@ -29,7 +29,14 @@
         name: 'messwert',
         type: 'float'
     }, {
-        name: 'messwertNwg'
+        name: 'messwertNwg',
+        convert: function(v) {
+            if (!v) {
+                return null;
+            }
+            return "<";
+        },
+//         defaultValue: null
     }, {
         name: 'messfehler',
         type: 'float'

http://lada.wald.intevation.org