[MIG] web_listview_range_select: Migration to 12.0

[FIX] Firefox shift click

[REM] Removed unnecessary configure section

[ADD] Roadmap with new features
This commit is contained in:
tarteo
2018-10-01 15:34:15 +02:00
committed by Karl Southern
parent 9f550d1998
commit f907e7f5d6
10 changed files with 554 additions and 64 deletions

View File

@@ -0,0 +1,2 @@
* Dennis Sluijk <d.sluijk@onestein.nl>
* Aldo Soares <soares_aldo@hotmail.com>

View File

@@ -0,0 +1 @@
Enables selecting a range of records using the shift key.

View File

@@ -0,0 +1,3 @@
* Allow to click on the whole line (not just the checkbox) to select a row.
* Enable the same behaviour with Ctrl button.
* Shift and drag to select rows.

View File

@@ -0,0 +1,5 @@
To use this module, you need to:
#. click a record;
#. hold shift and click another record;
#. you can repeat this operation as many times as you want.