-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.6.1 Pro
-
Component/s: None
-
2.06
On Issue Navigator full content view, the FileSize bean is still referenced as com.atlassian.jira.web.util.FileSize. The bean has moved to Atlassian Core and should be referenced as com.atlassian.core.util.FileSize
To fix the problem change /secure/views/navigator/navigator-full.jsp from:
<webwork:bean name="'com.atlassian.jira.web.util.FileSize'" id="sizeFormatter" />
to:
<webwork:bean name="'com.atlassian.core.util.FileSize'" id="sizeFormatter" />
- is duplicated by
-
JRASERVER-3914 Full Content Link in Issue Navigator broke in Websphere
-
- Closed
-