diff app/model/Messwert.js @ 702:0c8e689f3bcb

Added readonly to models, Probenzusatzwertgrid does now check wheter a record is readonly and disables the roweditor in such a case
author Dustin Demuth <dustin@intevation.de>
date Fri, 27 Mar 2015 10:20:22 +0100
parents 9635f4e60b13
children af16a257d5f6
line wrap: on
line diff
--- a/app/model/Messwert.js	Fri Mar 27 09:38:13 2015 +0100
+++ b/app/model/Messwert.js	Fri Mar 27 10:20:22 2015 +0100
@@ -18,6 +18,10 @@
         name: 'owner',
         type: 'boolean'
     }, {
+        name: 'readonly',
+        type: 'boolean',
+        persist: false
+    }, {
         name: 'messungsId'
     }, {
         name: 'messgroesseId'

http://lada.wald.intevation.org