diff app/controller/grid/Ortszuordnung.js @ 1305:3754111e365a

Changed selection in ort filter from dblclick to click.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 02 Feb 2017 14:43:12 +0100
parents 9f15a932a525
children 1bcc3a62e909
line wrap: on
line diff
--- a/app/controller/grid/Ortszuordnung.js	Thu Feb 02 14:40:26 2017 +0100
+++ b/app/controller/grid/Ortszuordnung.js	Thu Feb 02 14:43:12 2017 +0100
@@ -49,13 +49,13 @@
                 keyup: this.search
             },
             'ortfilterwindow grid[name=messpunkte]': {
-                itemdblclick: this.selectedMesspunkt
+                itemclick: this.selectedMesspunkt
             },
             'ortfilterwindow grid[name=verwaltungseinheiten]': {
-                itemdblclick: this.selectedVerwaltungseinheit
+                itemclick: this.selectedVerwaltungseinheit
             },
             'ortfilterwindow grid[name=staaten]': {
-                itemdblclick: this.selectedStaat
+                itemclick: this.selectedStaat
             }
         });
     },

http://lada.wald.intevation.org