Browse Source

Bugfix Impressum #7

(cherry picked from commit f335b370a5)
RELEASE_kern5.3
Daniel Quathamer 2 days ago
parent
commit
6098f9609c
  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
} }
//Impressum wird immer angezeigt, alles andere nur nach Login: //Impressum wird immer angezeigt, alles andere nur nach Login:
if ( if (
(IdOutput.equals("IMPRINT") || IdOutput.equals("IMPRINT") ||
( request.getSession()!=null&&request.getSession().getAttribute("sessiontype")!=null&& ( 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 mandantobject=request.getSession().getAttribute("MandantenID");
Object userid=request.getSession().getAttribute("UserID"); Object userid=request.getSession().getAttribute("UserID");

Loading…
Cancel
Save