diff app/view/grid/Orte.js @ 1293:16a80ca16732

map feature visibility, selection and grid layout messpunkt layer is now visible per default when in editing mode on selection in map, the form is updated ortszuordnung buttons should not render over grid anymore
author Maximilian Krambach <mkrambach@intevation.de>
date Wed, 01 Feb 2017 19:38:06 +0100
parents 6321530e640e
children 6043187c6e8d
line wrap: on
line diff
--- a/app/view/grid/Orte.js	Wed Feb 01 18:54:31 2017 +0100
+++ b/app/view/grid/Orte.js	Wed Feb 01 19:38:06 2017 +0100
@@ -283,5 +283,9 @@
         var id = feature[0].data.id;
         var record = this.store.getById(id);
         this.getSelectionModel().select(record);
+        var win = this.up('ortszuordnungwindow');
+        if (win){
+            win.down('ortszuordnungform').setOrt(null, record);
+        }
     }
 });

http://lada.wald.intevation.org