Fix status page render fail due to new HTML isolation during render
When using the Qute engine, there is a change in how the engine works from 3.2 to 3.8 where user-defined tags are now isolated from the original context by default. This broke the HTML page wrapper used in the status UI, and once disabled the page was again able to render.
parent
cdf33208
No related branches found
No related tags found
Showing
- config/mariadb/initdb.d/init.sql 1 addition, 1 deletionconfig/mariadb/initdb.d/init.sql
- src/main/java/org/eclipsefoundation/git/eca/resource/StatusResource.java 3 additions, 2 deletions...rg/eclipsefoundation/git/eca/resource/StatusResource.java
- src/main/resources/templates/simple_fingerprint_ui.html 2 additions, 2 deletionssrc/main/resources/templates/simple_fingerprint_ui.html
Please register or sign in to comment