Calendar - fix selecting 'Select all' did not consistently set select_all in calendar listview

This commit is contained in:
nathangray 2018-12-03 15:29:57 -07:00
parent de58e561a9
commit 87ea099f05
2 changed files with 2 additions and 1 deletions

View File

@ -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 () {

View File

@ -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,
),