impaktapps-ui-builder 0.0.101-alpha.116 → 0.0.101-alpha.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10299,10 +10299,8 @@ var service = (funcParams) => {
|
|
|
10299
10299
|
}));
|
|
10300
10300
|
}
|
|
10301
10301
|
const config2 = pageData == null ? void 0 : pageData.config;
|
|
10302
|
-
if ((config2 == null ? void 0 : config2.programIdRequired) && !funcParams.store.location.pathname.includes(
|
|
10303
|
-
funcParams.store.navigate(funcParams.store.location.pathname + `/ProgramId${(
|
|
10304
|
-
} else {
|
|
10305
|
-
funcParams.store.navigate(funcParams.store.location.pathname + `/${(_b = JSON.parse(window.sessionStorage.getItem("ProgramID"))) == null ? void 0 : _b.label}`);
|
|
10302
|
+
if ((config2 == null ? void 0 : config2.programIdRequired) && !funcParams.store.location.pathname.includes(`ProgramId${(_a = JSON.parse(window.sessionStorage.getItem("ProgramID"))) == null ? void 0 : _a.value}`)) {
|
|
10303
|
+
funcParams.store.navigate(funcParams.store.location.pathname + `/ProgramId${(_b = JSON.parse(window.sessionStorage.getItem("ProgramID"))) == null ? void 0 : _b.value}`);
|
|
10306
10304
|
}
|
|
10307
10305
|
const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
|
|
10308
10306
|
const event2 = new CustomEvent("pageNameChanged", {
|