From 2d91fdc8d7658efa1583c4d940c40347d3583215 Mon Sep 17 00:00:00 2001 From: Chen Date: Fri, 20 Mar 2026 13:20:49 -0700 Subject: [PATCH 1/4] FIX: WAIT TIME, Estimated Review Time, PENDING_PAYMENT NRS never going to DRAFT after X amount of days Signed-off-by: Chen --- app/package.json | 2 +- .../components/existing-request/existing-request-display.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index 9edbac18f..aed73e8b4 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "name-request", - "version": "5.8.10", + "version": "5.8.11", "private": true, "appName": "Name Request UI", "sbcName": "SBC Common Components", diff --git a/app/src/components/existing-request/existing-request-display.vue b/app/src/components/existing-request/existing-request-display.vue index bd68c1c90..3d2fc69b4 100644 --- a/app/src/components/existing-request/existing-request-display.vue +++ b/app/src/components/existing-request/existing-request-display.vue @@ -200,7 +200,7 @@ v-bind="attrs" class="dotted-underline app-blue font-weight-regular cursor-default" v-on="on" - >{{ reviewDate }} + >{{getRegularWaitTime}} This is an estimate only, actual review date may vary. Staff are currently reviewing Name Requests submitted on {{ queueDate }}. @@ -369,6 +369,7 @@ export default class ExistingRequestDisplay extends Mixins( @Getter(useStore) getNrId!: number @Getter(useStore) getNrState!: NrState @Getter(useStore) isMobile!: boolean + @Getter(useStore) getRegularWaitTime!: string | number @Action(useStore) editExistingRequest!: ActionBindingIF @Action(useStore) setDisplayedComponent!: ActionBindingIF From 152fb5f8732b5a58d57677633b77159b7407fa55 Mon Sep 17 00:00:00 2001 From: Chen Date: Fri, 20 Mar 2026 15:19:17 -0700 Subject: [PATCH 2/4] 31897 - FIX: WAIT TIME, Estimated Review Time, PENDING_PAYMENT NRS never going to DRAFT after X amount of days Signed-off-by: Chen --- .../components/existing-request/existing-request-display.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/existing-request/existing-request-display.vue b/app/src/components/existing-request/existing-request-display.vue index 3d2fc69b4..e586b5ebe 100644 --- a/app/src/components/existing-request/existing-request-display.vue +++ b/app/src/components/existing-request/existing-request-display.vue @@ -200,7 +200,7 @@ v-bind="attrs" class="dotted-underline app-blue font-weight-regular cursor-default" v-on="on" - >{{getRegularWaitTime}} + >{{ getRegularWaitTime }} This is an estimate only, actual review date may vary. Staff are currently reviewing Name Requests submitted on {{ queueDate }}. From 66dc5a0fce853140d0635a726dcc93f8d81cda9a Mon Sep 17 00:00:00 2001 From: Chen Date: Fri, 20 Mar 2026 15:39:50 -0700 Subject: [PATCH 3/4] 31897 - FIX: WAIT TIME, Estimated Review Time, PENDING_PAYMENT NRS never going to DRAFT after X amount of days Signed-off-by: Chen --- app/pnpm-lock.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/pnpm-lock.yaml b/app/pnpm-lock.yaml index b9c5a53c8..8e9d44c23 100644 --- a/app/pnpm-lock.yaml +++ b/app/pnpm-lock.yaml @@ -6,7 +6,7 @@ settings: patchedDependencies: sbc-common-components@3.0.15-c: - hash: dbxsbs7nnq5sxpyu75cpekwise + hash: 04ee617a4ac7ced8e6cfab349eeccdc740e5a5be3543ee92d05d0966a39046be path: patches/sbc-common-components@3.0.15-c.patch importers: @@ -75,7 +75,7 @@ importers: version: 0.4.4 sbc-common-components: specifier: 3.0.15-c - version: 3.0.15-c(patch_hash=dbxsbs7nnq5sxpyu75cpekwise)(@types/node@20.19.35)(postcss@8.5.8)(sass@1.59.3) + version: 3.0.15-c(patch_hash=04ee617a4ac7ced8e6cfab349eeccdc740e5a5be3543ee92d05d0966a39046be)(@types/node@20.19.35)(postcss@8.5.8)(sass@1.59.3) tslib: specifier: ^2.8.1 version: 2.8.1 @@ -6762,7 +6762,7 @@ snapshots: dependencies: xmlchars: 2.2.0 - sbc-common-components@3.0.15-c(patch_hash=dbxsbs7nnq5sxpyu75cpekwise)(@types/node@20.19.35)(postcss@8.5.8)(sass@1.59.3): + sbc-common-components@3.0.15-c(patch_hash=04ee617a4ac7ced8e6cfab349eeccdc740e5a5be3543ee92d05d0966a39046be)(@types/node@20.19.35)(postcss@8.5.8)(sass@1.59.3): dependencies: '@mdi/font': 4.9.95 axios: 0.21.4 From bd86f096e46b99937d1e71bc81229098d7cf59b2 Mon Sep 17 00:00:00 2001 From: Chen Date: Fri, 20 Mar 2026 16:06:52 -0700 Subject: [PATCH 4/4] Revert "31897 - FIX: WAIT TIME, Estimated Review Time, PENDING_PAYMENT NRS never going to DRAFT after X amount of days" This reverts commit 152fb5f8732b5a58d57677633b77159b7407fa55. --- .../components/existing-request/existing-request-display.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/existing-request/existing-request-display.vue b/app/src/components/existing-request/existing-request-display.vue index e586b5ebe..3d2fc69b4 100644 --- a/app/src/components/existing-request/existing-request-display.vue +++ b/app/src/components/existing-request/existing-request-display.vue @@ -200,7 +200,7 @@ v-bind="attrs" class="dotted-underline app-blue font-weight-regular cursor-default" v-on="on" - >{{ getRegularWaitTime }} + >{{getRegularWaitTime}} This is an estimate only, actual review date may vary. Staff are currently reviewing Name Requests submitted on {{ queueDate }}.