add tasks to end
This commit is contained in:
parent
5c58e7ebd3
commit
91c98fbad8
@ -260,6 +260,8 @@ export class ColumnDisplayComponent implements OnInit, OnDestroy {
|
||||
return;
|
||||
}
|
||||
|
||||
newTask.position = this.columnData.tasks.length + 1;
|
||||
|
||||
this.boardService.addTask(newTask)
|
||||
.subscribe((response: ApiResponse) => {
|
||||
response.alerts.forEach(note => this.notes.add(note));
|
||||
|
Reference in New Issue
Block a user