mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
If a filter changed, explicitly clear the selection to prevent confusion if selected rows are in the new results
This commit is contained in:
parent
79f7a8a6cf
commit
10d7a3f579
@ -433,6 +433,11 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
|||||||
{
|
{
|
||||||
this.controller.keepSelection();
|
this.controller.keepSelection();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Do not keep selection
|
||||||
|
this.controller._selectionMgr.resetSelection();
|
||||||
|
}
|
||||||
|
|
||||||
// Update the filters in the grid controller
|
// Update the filters in the grid controller
|
||||||
this.controller.setFilters(this.activeFilters);
|
this.controller.setFilters(this.activeFilters);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user