mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Don't keep selection if it is not returned after an update.
Fixes IDs stay after entry is changed to not match the current filters.
This commit is contained in:
@ -98,6 +98,7 @@ var et2_dataview_selectionManager = Class.extend(
|
||||
for (var key in this._registeredRows)
|
||||
{
|
||||
this.unregisterRow(key, this._registeredRows[key].tr);
|
||||
delete this._registeredRows[key];
|
||||
}
|
||||
this._indexMap = {};
|
||||
this._total = 0;
|
||||
|
Reference in New Issue
Block a user