Mercurial > lada > lada-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
1081:5e9a674d7bb4 | 1082:dbd435256f77 |
---|---|
165 | 165 |
166 // Write the columns to an array | 166 // Write the columns to an array |
167 try { | 167 try { |
168 for (key in selection[0].data) { | 168 for (key in selection[0].data) { |
169 // Do not write owner or readonly or id | 169 // Do not write owner or readonly or id |
170 if (["owner", "readonly", "id"].indexOf(key) == -1){ | 170 if (["owner", "readonly", "id", "probeId"].indexOf(key) == -1){ |
171 columns.push(key); | 171 columns.push(key); |
172 } | 172 } |
173 } | 173 } |
174 } | 174 } |
175 catch (e) { | 175 catch (e) { |