Browse Source

Bugfix Impressum #7

(cherry picked from commit f335b370a5)
master
Daniel Quathamer 2 days ago
parent
commit
09119525ab
  1. 5
      superx/edit/kern/show_html_content.jsp

5
superx/edit/kern/show_html_content.jsp

@ -39,9 +39,10 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals @@ -39,9 +39,10 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals
}
//Impressum wird immer angezeigt, alles andere nur nach Login:
if (
(IdOutput.equals("IMPRINT") ||
IdOutput.equals("IMPRINT") ||
( request.getSession()!=null&&request.getSession().getAttribute("sessiontype")!=null&&
request.getSession().getAttribute("sessiontype").equals("superx"))) {
request.getSession().getAttribute("sessiontype").equals("superx"))
) {
Object mandantobject=request.getSession().getAttribute("MandantenID");
Object userid=request.getSession().getAttribute("UserID");

Loading…
Cancel
Save