CSR-1855 pretier
This commit is contained in:
parent
285bad0eb1
commit
e056887ca5
3 changed files with 2 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ const globalEvents = {
|
||||||
},
|
},
|
||||||
SubCategories: {
|
SubCategories: {
|
||||||
PAGE_NOT_FOUND: "PAGE_NOT_FOUND",
|
PAGE_NOT_FOUND: "PAGE_NOT_FOUND",
|
||||||
UNKNOWN_ERROR: "UNKNOWN_ERROR",
|
UNKNOWN_ERROR: "UNKNOWN_ERROR",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ export default {
|
||||||
globalEvents.Categories.GLOBAL_ALERT,
|
globalEvents.Categories.GLOBAL_ALERT,
|
||||||
globalEvents.SubCategories.UNKNOWN_ERROR
|
globalEvents.SubCategories.UNKNOWN_ERROR
|
||||||
);
|
);
|
||||||
|
|
||||||
if (unknownAlertEvent !== undefined) {
|
if (unknownAlertEvent !== undefined) {
|
||||||
unknownAlertEvent.displayAlert = true;
|
unknownAlertEvent.displayAlert = true;
|
||||||
this.globalAlertMessages.push(unknownAlertEvent);
|
this.globalAlertMessages.push(unknownAlertEvent);
|
||||||
|
|
|
||||||
|
|
@ -407,7 +407,6 @@ function GoToFunnelStartOn404(next) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
async function DisplayPageError() {
|
async function DisplayPageError() {
|
||||||
// Put item on the bus
|
// Put item on the bus
|
||||||
eventBus.addEventToBus(
|
eventBus.addEventToBus(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue