mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Calendar - fix selecting 'Select all' did not consistently set select_all in calendar listview
This commit is contained in:
@ -261,6 +261,8 @@ var et2_dataview_selectionManager = (function(){ "use strict"; return Class.exte
|
||||
var entry = this._registeredRows[key];
|
||||
this._updateEntryState(entry, entry.state);
|
||||
}
|
||||
|
||||
this._selectAll = true;
|
||||
},
|
||||
|
||||
getSelected: function () {
|
||||
|
Reference in New Issue
Block a user