From 99fab0cc13a3f9138599493f84af0a9ca7539473 Mon Sep 17 00:00:00 2001 From: Johan Gunawan Date: Thu, 29 Dec 2022 14:40:31 -0500 Subject: [PATCH] Use the query string value from config This replaces the 'fmgPage' hard-coded value. --- src/constants/application-config.js | 1 + src/ux-components/alert/alert.vue | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/constants/application-config.js b/src/constants/application-config.js index 6199b04b..16c40ba2 100644 --- a/src/constants/application-config.js +++ b/src/constants/application-config.js @@ -7,6 +7,7 @@ const applicationConfig = { APPLICATION_NAME: "SelfService", SITE_ENTRY_TRIGGER_VALUE: "SelfService", APPLICATION_ABBREVIATION: "iss", + APPLICATION_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 d0fe33ac..0ec2c4f8 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -19,7 +19,7 @@ {{ getRouterLinkDisplayTextFromCopy(copy) }}