From bb4590eccec3a670c685030fcceddbec78120bec Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 16 Mar 2023 22:56:12 +0000 Subject: [PATCH] case 4486 --- ayanova/src/views/svc-workorder.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index ecbc416f..28a9e9e5 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -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; }