Labels on tasks (#25)
This commit is contained in:
parent
ae499fd8a0
commit
f7a17e45bc
17 changed files with 528 additions and 78 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue