WrenSecurity / wrenidm

Community‐developed identity management system with a flexible data model, multiple extension points and scripting support, including JavaScript and Groovy.
https://wrensecurity.org/
Other
40 stars 19 forks source link

Fix missing replacement of version placeholder in UI index file. #186

Closed krausvo1 closed 7 months ago

krausvo1 commented 7 months ago

The openidm-ui/openidm-ui-common/src/main/resources/index.html file (used by openidm-ui-admin' andopenidm-ui-enduser`) contains a placeholder for Wren:IDM version, which is used as a query parameter when loading JS scripts to bypass browser caching after new version was deployed. Resolution of this placeholder was previously present in Gruntfile, but was not carried over to gulpfile during the last UI upgrade.

Implementation is based on the same functionality in Wren:AM.