This commit is contained in:
2020-06-24 21:12:48 +00:00
parent e99ccd0ebe
commit 162f542150
3 changed files with 41 additions and 2 deletions

View File

@@ -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