mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
Fix Labels activity (#1819)
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
parent
f1af4bf2e4
commit
549949b392
@ -224,6 +224,10 @@ export function createModel (builder: Builder): void {
|
||||
presenter: board.component.CardLabelPresenter
|
||||
})
|
||||
|
||||
builder.mixin(board.class.CardLabel, core.class.Class, view.mixin.CollectionPresenter, {
|
||||
presenter: board.component.CardLabelPresenter
|
||||
})
|
||||
|
||||
builder.mixin(board.class.CardDate, core.class.Class, view.mixin.AttributePresenter, {
|
||||
presenter: board.component.CardDatePresenter
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user