Labels on tasks (#25)

This commit is contained in:
konrad 2019-03-07 19:48:40 +00:00 committed by Gitea
parent ae499fd8a0
commit f7a17e45bc
17 changed files with 528 additions and 78 deletions

View file

@ -341,7 +341,7 @@ export default class AbstractService {
}
const cancel = this.setLoading()
model = this.beforeUpdate(model)
model = this.beforeDelete(model)
return this.http.delete(this.getReplacedRoute(this.paths.delete, model), model)
.catch(error => {
return this.errorHandler(error)