This commit is contained in:
2023-03-16 22:58:51 +00:00
parent bb4590ecce
commit 6070462101

View File

@@ -859,6 +859,8 @@ async function saveState(vm) {
vm.obj.states[i] = res.data;
//changing status updates the quote header as well so need new concurrency token
vm.obj.concurrency = res.data.newQuoteConcurrency;
vm.obj.lastStatusId = res.data.quoteStatusId; //case 4486
//set locked status of entire wo now
vm.obj.isLockedAtServer = vm.currentState.locked;