diff app/model/Messung.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/Messung.js	Fri Mar 27 09:38:13 2015 +0100
+++ b/app/model/Messung.js	Fri Mar 27 10:20:22 2015 +0100
@@ -19,7 +19,8 @@
         type: 'boolean'
     }, {
         name: 'readonly',
-        type: 'boolean'
+        type: 'boolean',
+        persist: false
     }, {
         name: 'probeId'
     }, {

http://lada.wald.intevation.org