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:
@ -85,7 +85,6 @@ export default class TaskModel extends AbstractModel<ITask> implements ITask {
|
||||
subscription: ISubscription = null
|
||||
|
||||
position = 0
|
||||
kanbanPosition = 0
|
||||
|
||||
reactions = {}
|
||||
|
||||
|
Reference in New Issue
Block a user