Calendar: Add owner to values passed from quick add to edit dialog.

This fixes a bug where if multiple accounts were viewed as separate calendars, all accounts were added as participants when Quick add -> Edit was used on a single calendar
This commit is contained in:
nathangray 2019-09-20 09:47:38 -06:00
parent 2794360783
commit b252d33838

View File

@ -1793,6 +1793,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
// Some select things to pass on
var mgr = widget.getRoot().getArrayMgr('content');
var values = {
owner: mgr.getEntry('owner'),
participants: [],
whole_day: mgr.getEntry('whole_day')
};