entity icon indicating copy to clipboard operation
entity copied to clipboard

Name-Examination Vue 3: error occurs when 'Approve' a name

Open eve-git opened this issue 1 year ago • 1 comments

When Approve/Quick Approve a name, an error occurred in Developers tools console, although, everything works fine after it. image.png

image.png

eve-git avatar Apr 03 '24 16:04 eve-git

After approved, the name-examination needs to be reload. However, the currentNameChoice is not set when nrStatus = 'APPROVED' https://github.com/bcgov/name-examination/blob/main/store/examine/index.ts#L491 so that after pushDecision, currentNameObj = undefined and the error occurred https://github.com/bcgov/name-examination/blob/main/store/examine/index.ts#L654

eve-git avatar Apr 12 '24 18:04 eve-git

test: open Developers Tools and watch on console when approving a name. No error should be shown in console.

eve-git avatar Apr 17 '24 17:04 eve-git

deployed in both TEST and DEV environment. Ready for testing

eve-git avatar Apr 17 '24 20:04 eve-git

@eve-git I tested. I didnt get that error. I however got another one that might need to be investigated.

image.png

Moving this along since another bug (20917) ticket has been created

oanyahuru avatar Apr 18 '24 15:04 oanyahuru