Mercurial > lada > lada-client
changeset 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 | 0a032c98c3a6 |
children | 49189f7b4d2f |
files | app/controller/Filter.js |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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 }