Details
-
Improvement
-
Resolution: Fixed
-
Major
-
6.1-milestone-1
-
None
Description
In style.css, I have a velocity call to get the current skin ($xwiki.getSkin()).
But when I open a page with a skin parameter in the URL (such as ?skin=flamingo), the parameter is not taken into account when XWiki generates links to style.css.
As a result, $xwiki.getSkin() returns "colibri" in "style.css" even if I am reaching "/xwiki/bin/view/Main/WebHome?skin=flamingo".
I propose to fix that.
Attachments
Issue Links
- relates to
-
XWIKI-10836 Properly handle the "skin" URL parameter in the WYSIWYG edit mode
- Closed