diff app/controller/Filter.js @ 1121:0b908138a740

Do not expand child grids on double click.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 23 May 2016 17:07:15 +0200
parents 16cc342f1a68
children a4944b52176e
line wrap: on
line diff
--- a/app/controller/Filter.js	Mon May 23 17:06:42 2016 +0200
+++ b/app/controller/Filter.js	Mon May 23 17:07:15 2016 +0200
@@ -130,6 +130,7 @@
                         plugins: [{
                             ptype: 'gridrowexpander',
                             gridType: 'Lada.view.grid.Messung',
+                            expandOnDblClick: false,
                             gridConfig: {
                                 bottomBar: false
                             }
@@ -142,6 +143,7 @@
                         plugins: [{
                             ptype: 'gridrowexpander',
                             gridType: 'Lada.view.grid.Messwert',
+                            expandOnDblClick: false,
                             gridConfig: {
                                 bottomBar: false
                             }

http://lada.wald.intevation.org