mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-12 00:19:33 +02:00
Fix cache clearing in selection manager
This commit is contained in:
@ -143,9 +143,15 @@ var et2_dataview_controller = Class.extend({
|
||||
// Scroll to top
|
||||
this._grid.makeIndexVisible(0);
|
||||
this._grid.clear();
|
||||
|
||||
// Free selection manager
|
||||
this._selectionMgr.clear();
|
||||
|
||||
// Clear the map
|
||||
this._indexMap = {}
|
||||
// Update selection manager, it uses this by reference
|
||||
this._selectionMgr.setIndexMap(this._indexMap);
|
||||
|
||||
// Clear the queue
|
||||
this._queue = {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user