-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 6.5.0.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Bug description
The default AnonymousProcessWrapper.html is displayed instead of the version from my custom theme folder
How to reproduce the issue
- pulled the "releases/6.5.0.1" branch from the repo to edit the OpenAM UI
- run "yarn" command to install packages
- created a custom theme in ThemeConfiguration.js
- added my custom theme folder to the themes dir
- copied the partials, templates and locales folders to my custom theme dir
- edit templates/user/AnonymousProcessWrapper.html
- start my local instance of OpenAM
- run "yarn start" to initiate test mode
- AnonymousProcessWrapper.html from my custom themes folder does not display, instead the default file is displayed, which is located in /src/resouces/templates/user/AnonymousProcessWrapper.html
Expected behaviour
AnonymousProcessWrapper.html from my custom themes dir to display
Current behaviour
the default version is displayed
Work around
OPTIONAL - If you have a workaround, please put the details here (remove this text)
Code analysis
OPTIONAL - If you already investigated the code, please share your finding here (remove this text)
org.forgerock.$className.java
...