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

View File

@@ -860,6 +860,8 @@ async function saveState(vm) {
//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;
}