Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1-milestone-1
-
Fix Version/s: 6.1-milestone-2
-
Component/s: Web - Templates & Resources
-
Labels:None
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:
-
Similar issues:
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
-