forked from extern/egroupware
Calendar - fix selecting 'Select all' did not consistently set select_all in calendar listview
This commit is contained in:
parent
de58e561a9
commit
87ea099f05
@ -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 () {
|
||||
|
@ -914,7 +914,6 @@ class calendar_uilist extends calendar_ui
|
||||
),
|
||||
'select_all' => array(
|
||||
'caption' => 'Whole query',
|
||||
'checkbox' => true,
|
||||
'hint' => 'Apply the action on the whole query, NOT only the shown events',
|
||||
'group' => ++$group,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user