Corrected some copy-paste errors
This commit is contained in:
parent
afcc86009d
commit
ce56cab766
@ -122,7 +122,7 @@ export class TaskTableComponent extends TableComponentBase<ScrumTask> {
|
||||
//#region taskTableFunctions
|
||||
/**
|
||||
* Deletes a task by calling the delete method via the backendService and removing it from the tabel's items array.
|
||||
* @param userstory task that will be deleted
|
||||
* @param task task that will be deleted
|
||||
*/
|
||||
public deleteTask(task: ScrumTask) {
|
||||
this.backendService.deleteTask(task).subscribe((response) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user