FileSize class does not exists in JIra - moved to core

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 3.0 Pro Preview
    • 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" />

            Assignee:
            AntonA
            Reporter:
            AntonA
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: