From 028537bfddfc5351902a6f16d29c73159b8c9b7e Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 6 Nov 2023 07:52:38 +0100 Subject: chore(gui): set additionl error-page parameters without escaption --- .../at/gv/egiz/eaaf/core/impl/idp/auth/services/TicketErrorService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/TicketErrorService.java b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/TicketErrorService.java index e5f7a5ea..39262f70 100644 --- a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/TicketErrorService.java +++ b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/TicketErrorService.java @@ -106,7 +106,7 @@ public abstract class TicketErrorService implements IErrorService { // inject all additional model parameters errorData.getAdditionalGuiModelElements().entrySet().forEach( - el -> c.putCustomParameter( + el -> c.putCustomParameterWithOutEscaption( AbstractGuiFormBuilderConfiguration.PARAM_GROUP_MSG, el.getKey(), el.getValue())); // set SupportTicket -- cgit v1.2.3