changeset 1267:e9a624998179

extract messstellen
author Dustin Demuth <dustin@intevation.de>
date Fri, 16 Dec 2016 12:48:16 +0100
parents c4059495a346
children 254a5278ac2d
files app/controller/grid/ProbeList.js
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/app/controller/grid/ProbeList.js	Thu Dec 15 12:40:22 2016 +0100
+++ b/app/controller/grid/ProbeList.js	Fri Dec 16 12:48:16 2016 +0100
@@ -207,15 +207,25 @@
             probe = data[i];
             deskriptoren = probe.deskriptoren;
             messstelle = probe.messstelle;
+            labormessstelle = probe.labormessstelle;
             ortszuordnung = probe.ortszuordnung;
 
             if (messstelle != null) {
                 prep[i].messstelle = [];
                 prep[i].messstelle[0] = messstelle;
+                prep[i]['messstelle.messStelle'] = messstelle.messStelle;
             }
             else {
                 prep[i].messstelle = [];
                 prep[i].messstelle[0] = emptyMessstelle;
+                prep[i]['messstelle.messStelle'] = '';
+            }
+
+            if (labormessstelle != null) {
+                prep[i]['labormessstelle.messStelle'] = labormessstelle.messStelle;
+            }
+            else {
+                prep[i]['labormessstelle.messStelle'] = '';
             }
 
             if (deskriptoren != null) {

http://lada.wald.intevation.org