[Lada-commits] [PATCH 2 of 3] Do not expand child grids on double click

Wald Commits scm-commit at wald.intevation.org
Mon May 23 17:07:57 CEST 2016


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1464016035 -7200
# Node ID 0b908138a74048be06ebee4a785065100ca8b1fa
# Parent  0a032c98c3a65e4dbc763ff2d794ad29324c5eb5
Do not expand child grids on double click.

diff -r 0a032c98c3a6 -r 0b908138a740 app/controller/Filter.js
--- 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
                             }


More information about the Lada-commits mailing list