Add cancelled field to event slots
Make it possible to represent one slot out of a multi-slot event being cancelled by adding a field for it in the slot, in addition to the existing field on the event itself.
This commit is contained in:
parent
d006be251c
commit
9a46ea5af0
4 changed files with 15 additions and 2 deletions
|
@ -318,6 +318,7 @@ function newEventSlot(options: { start?: DateTime, end?: DateTime } = {}) {
|
|||
start,
|
||||
end,
|
||||
new Set(newEventLocationIds.value),
|
||||
false,
|
||||
new Set(),
|
||||
0,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue