From ee564d6d5b63300855fa2eb9c7c70627da5d487d Mon Sep 17 00:00:00 2001 From: Johan Gunawan Date: Thu, 29 Dec 2022 15:56:51 -0500 Subject: [PATCH] Change to a more accurate variable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From Mark Harris: "... The rationale is that it’s not a querystring for passing the name of the application. It’s a querystring for passing the name of the page. (It just happens to be named after the applications, but that’s more of business requirement ..." --- src/constants/application-config.js | 2 +- src/ux-components/alert/alert.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/constants/application-config.js b/src/constants/application-config.js index 16c40ba2..51496b9f 100644 --- a/src/constants/application-config.js +++ b/src/constants/application-config.js @@ -7,7 +7,7 @@ const applicationConfig = { APPLICATION_NAME: "SelfService", SITE_ENTRY_TRIGGER_VALUE: "SelfService", APPLICATION_ABBREVIATION: "iss", - APPLICATION_QUERYSTRING: 'issPage', + PAGE_QUERYSTRING: 'issPage', }; export { applicationConfig }; \ No newline at end of file diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index 0ec2c4f8..12d8579a 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -19,7 +19,7 @@ {{ getRouterLinkDisplayTextFromCopy(copy) }}