mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 13:20:50 +01:00
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];
|
var entry = this._registeredRows[key];
|
||||||
this._updateEntryState(entry, entry.state);
|
this._updateEntryState(entry, entry.state);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this._selectAll = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
getSelected: function () {
|
getSelected: function () {
|
||||||
|
@ -914,7 +914,6 @@ class calendar_uilist extends calendar_ui
|
|||||||
),
|
),
|
||||||
'select_all' => array(
|
'select_all' => array(
|
||||||
'caption' => 'Whole query',
|
'caption' => 'Whole query',
|
||||||
'checkbox' => true,
|
|
||||||
'hint' => 'Apply the action on the whole query, NOT only the shown events',
|
'hint' => 'Apply the action on the whole query, NOT only the shown events',
|
||||||
'group' => ++$group,
|
'group' => ++$group,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user