Corrected some copy-paste errors

This commit is contained in:
Nicolai Ort 2020-07-10 22:36:05 +02:00
parent afcc86009d
commit ce56cab766

View File

@ -122,7 +122,7 @@ export class TaskTableComponent extends TableComponentBase<ScrumTask> {
//#region taskTableFunctions //#region taskTableFunctions
/** /**
* Deletes a task by calling the delete method via the backendService and removing it from the tabel's items array. * 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) { public deleteTask(task: ScrumTask) {
this.backendService.deleteTask(task).subscribe((response) => { this.backendService.deleteTask(task).subscribe((response) => {