diff app/controller/grid/ProbeList.js @ 1082:dbd435256f77

Open status edit window and send status objects.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 13 Apr 2016 19:04:15 +0200
parents f73ca04d73a7
children a73726bba79c
line wrap: on
line diff
--- a/app/controller/grid/ProbeList.js	Wed Apr 13 18:41:47 2016 +0200
+++ b/app/controller/grid/ProbeList.js	Wed Apr 13 19:04:15 2016 +0200
@@ -167,7 +167,7 @@
         try {
             for (key in selection[0].data) {
                 // Do not write owner or readonly or id
-                if (["owner", "readonly", "id"].indexOf(key) == -1){
+                if (["owner", "readonly", "id", "probeId"].indexOf(key) == -1){
                     columns.push(key);
                 }
             }

http://lada.wald.intevation.org