[Lada-commits] [PATCH 2 of 4] Added 'readonly' data field

Wald Commits scm-commit at wald.intevation.org
Thu May 26 14:06:35 CEST 2016


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1464264277 -7200
# Node ID 143ab8fa13dc4c672804640c0fc9286da9ebb5a7
# Parent  a3a7154175404855c440696d806d8790a600740e
Added 'readonly' data field.

diff -r a3a715417540 -r 143ab8fa13dc app/model/Ort.js
--- a/app/model/Ort.js	Thu May 26 14:03:54 2016 +0200
+++ b/app/model/Ort.js	Thu May 26 14:04:37 2016 +0200
@@ -71,6 +71,9 @@
             }
             return new Date(v);
         }
+    }, {
+        name: 'readonly',
+        type: 'boolean'
     }],
 
     idProperty: 'id',


More information about the Lada-commits mailing list