Fixed task update not working
This commit is contained in:
parent
d05ef0f37c
commit
263374985b
2 changed files with 5 additions and 5 deletions
|
|
@ -207,9 +207,9 @@ export default class AbstractService {
|
|||
* @param model
|
||||
* @return {*}
|
||||
*/
|
||||
/* beforeUpdate(model) {
|
||||
beforeUpdate(model) {
|
||||
return model
|
||||
}*/
|
||||
}
|
||||
|
||||
/**
|
||||
* Default preprocessor for delete requests
|
||||
|
|
|
|||
Reference in a new issue