Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.4-milestone-1
-
Fix Version/s: 6.4-milestone-2, 6.2.5
-
Component/s: Index
-
Labels:
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
An example where this happens:
The undelete button image is not displayed for DeletedDocument.
The button's image is not found because the SSX adds an extra leading slash in the image's location
$xwiki.getSkinFile('/icons/silk/arrow_refresh.png')
Result:
There are about 4 places where this happens and the solution is to remove the leading slash from the requested resource's location.