| Starting with XWIKI-18604 we have a REST API to fetch icons from an icon theme. Starting with XWIKI-24120 we also have a simple way for JavaScript code to load icons from the current icon theme (based on the REST API). The problem is that the icons are not properly displayed unless the skin extensions required by the icon theme are loaded as well. The REST API should indicate the required skin extensions in the response HTTP header, so they are picked up and injected automatically (XWIKI-18895). |