Clicking on a section in the Administration menu doesn't work

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 3.2
    • Affects Version/s: 3.2 Beta
    • Environment:

      Standard Edition, Version: 3.2-beta1-#88

    • 3.02

      Clicking on "Users and Groups", "Global Settings" etc doesn't work. This is because function cookieShow in atlassian-jira/includes/js/cookieUtil.js only takes one parameter:

      function cookieShow(id)

      { ... }

      while the invocation emitted by atlassian-jira/decorators/panels/adminpanel.jsp is written

      var id = "admin-<%= menuName %>";
      cookieShow(id, '');

      Removing the second parameter from the latter fixes this issue.

              Assignee:
              Unassigned
              Reporter:
              Simon Roberts
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - 1h
                  1h
                  Remaining:
                  Remaining Estimate - 1h
                  1h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified