Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 6.3-rc-1
-
Fix Version/s: 6.2.4, 6.3, 6.4-milestone-1
-
Component/s: Icon Themes
-
Labels:
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
- Go to the administration > presentation.
- Select "Silk" for the icon theme, and save
- Go back to the home, you see in the App Bar that the icons are not displayed
Introduced by XWIKI-11400.
The Silk rendering use $xwiki.getSkinFile() but now the velocity engine runs in its own context and namespace, so $xwiki does not exists there.