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