From a8deb94404ad731e259660fcc8979a463bd92918 Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Fri, 19 Dec 2025 09:13:01 +0100 Subject: [PATCH] Bugfix Datenschutz #7 (cherry picked from commit 04e6c307086069ecaea7132b8209fa69c9bb3be9) --- superx/edit/kern/show_html_content.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/superx/edit/kern/show_html_content.jsp b/superx/edit/kern/show_html_content.jsp index 7af742b..a178c8a 100644 --- a/superx/edit/kern/show_html_content.jsp +++ b/superx/edit/kern/show_html_content.jsp @@ -40,6 +40,7 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals //Impressum wird immer angezeigt, alles andere nur nach Login: if ( IdOutput.equals("IMPRINT") || + IdOutput.equals("PRIVACY") || ( request.getSession()!=null&&request.getSession().getAttribute("sessiontype")!=null&& request.getSession().getAttribute("sessiontype").equals("superx")) ) {