You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were problem because [innerHtml] removed some html tags e.g. ,id and it removed all javascript, Angular functions. I solved it by using event handler in the static-page.component.ts
Test:
You should see all static pages from above in the in the url: <dspace.ui.url>:/static/<STATIC_PAGE>.html e.g. dev:85/static/about.html
Result:
We have no access.
The text was updated successfully, but these errors were encountered:
ufal/clarin-dspace#1031
I will copy every static page which is in here: https://github.com/ufal/clarin-dspace/tree/clarin/dspace-xmlui/src/main/webapp/themes/UFAL/lib/html
PR: #406
Pages:
Images:
Problems
There were problem because [innerHtml] removed some html tags e.g. ,
id
and it removed all javascript, Angular functions. I solved it by using event handler in thestatic-page.component.ts
Test:
You should see all static pages from above in the in the url: <dspace.ui.url>:/static/<STATIC_PAGE>.html e.g.
dev:85/static/about.html
Result:
The text was updated successfully, but these errors were encountered: