This commit is contained in:
@@ -333,6 +333,9 @@ export default {
|
||||
//PUT - only concurrency token is returned (**warning, if server changes object other fields then this needs to act more like POST above but is more efficient this way**)
|
||||
//Handle "put" of an existing record (UPDATE)
|
||||
vm.obj.concurrency = res.data.concurrency;
|
||||
|
||||
//Update local copy of translations if that's the same one in use
|
||||
await window.$gz.translation.updateCache(vm.obj);
|
||||
}
|
||||
|
||||
//Update the form status
|
||||
|
||||
Reference in New Issue
Block a user