fix(kanban): remove leftovers of kanban_position property
This might fix a bug where the kanban position would not be saved correctly.
This commit is contained in:
@ -45,7 +45,6 @@ export interface ITask extends IAbstract {
|
||||
subscription: ISubscription
|
||||
|
||||
position: number
|
||||
kanbanPosition: number
|
||||
|
||||
reactions: IReactionPerEntity
|
||||
|
||||
|
Reference in New Issue
Block a user