mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 14:18:48 +01:00
add card color to calendar event (#2651)
This commit is contained in:
parent
007c064672
commit
b7c5ba3d1b
2 changed files with 79 additions and 0 deletions
|
|
@ -326,6 +326,7 @@ BlazeComponent.extendComponent({
|
|||
slug: currentBoard.slug,
|
||||
cardId: card._id,
|
||||
}),
|
||||
className: card.color ? `calendar-event-${card.color}` : null,
|
||||
});
|
||||
});
|
||||
callback(events);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue