case 4486

This commit is contained in:
2023-03-16 22:56:12 +00:00
parent b096467258
commit bb4590ecce

View File

@@ -1005,6 +1005,8 @@ async function saveState(vm) {
//changing status updates the laststatus in the wo header so need to update concurrency here as well
vm.obj.concurrency = res.data.newWOConcurrency;
vm.obj.lastStatusId = res.data.workOrderStatusId; //case 4486
//set locked status of entire wo now
vm.obj.isLockedAtServer = vm.currentState.locked;
}