Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: render organization title in html page #2342

Open
imShakil opened this issue May 29, 2023 · 0 comments
Open

Fix: render organization title in html page #2342

imShakil opened this issue May 29, 2023 · 0 comments

Comments

@imShakil
Copy link
Contributor

Error Description

Each template file fails to render the organization title to HTML pages. Here is the below line:

<title>#{organizationService.organization.organizationTitle}</title>

that are used by these templates:

  1. https://github.com/GluuFederation/oxTrust/blob/master/server/src/main/webapp/WEB-INF/incl/layout/fullWidthEmpty.xhtml#L13
  2. https://github.com/GluuFederation/oxTrust/blob/master/server/src/main/webapp/WEB-INF/incl/layout/newtemplate.xhtml#L16
  3. https://github.com/GluuFederation/oxTrust/blob/master/server/src/main/webapp/WEB-INF/incl/layout/template.xhtml#L13

This error might be typical for oxauth as well.

Info

Version: gluu 4.5
OS: Ubuntu 22/20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant