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