mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:52:46 +08:00
FIX: calendar options part 2 (#26371)
This part of the commit has been mistakenly forgotten from bddc41b7ad
This commit is contained in:
parent
bddc41b7ad
commit
58990fb00f
|
@ -101,7 +101,13 @@ function _displayModal(title, dates, options = {}) {
|
|||
const modal = getOwnerWithFallback(this).lookup("service:modal");
|
||||
modal.show(downloadCalendarModal, {
|
||||
model: {
|
||||
calendar: { title, dates, recurrenceRule: options.recurrenceRule },
|
||||
calendar: {
|
||||
title,
|
||||
dates,
|
||||
recurrenceRule: options.recurrenceRule,
|
||||
location: options.location,
|
||||
details: options.details,
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user