Not able to unhide an Application from the Application Navigator

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • Component/s: None
    • None

      If an application is Hidden, when trying to unhide it, there is no Update button to save the changes.
      (on Confluence Application Navigation only)

      Steps to reproduce:

      1. go to Application Navigator in Confluence (click on top left icon and click configure)
      2. hide any application and save
      3. click edit to change the Hide value

      You see:

      A JavaScript error is produced:

      The line number seems to vary but the code it related to is in this block:

      (function(){var B,G,E,C,D=/#.*/,F="active-tab",A="active-pane";AJS.tabs={setup:function(){var J;B=AJS.$(".aui-tabs:not(.aui-tabs-disabled)");for(var H=0,I=B.length;H<I;H++){J=AJS.$(B[H]);if(!J.data("aui-tab-events-bound")){G=AJS.$("ul.tabs-menu",B[H]);G.delegate("a","click",function(K){AJS.tabs.change(AJS.$(this),K);K&&K.preventDefault()});J.data("aui-tab-events-bound",true)}}AJS.$(".aui-tabs.vertical-tabs").find("a").each(function(K){E=AJS.$(this);if(!E.attr("title")){C=E.children("strong:first");if(AJS.isClipped(C)){E.attr("title",E.text())}}})},change:function(I,J){var H=AJS.$(I.attr("href").match(D)[0]);H.addClass(A).siblings().removeClass(A);I.parent("li.menu-item").addClass(F).siblings().removeClass(F);I.trigger("tabSelect",{tab:I,pane:H})}};AJS.$(AJS.tabs.setup)})();
      

      Expected:

      Notes:

      • Reproduced on other OnDemand instance.
      • Was working properly on previous releases.
      • Jira Application Navigation works properly.

            Assignee:
            Unassigned
            Reporter:
            Mauro Badii (Inactive)
            Votes:
            10 Vote for this issue
            Watchers:
            15 Start watching this issue

              Created:
              Updated:
              Resolved: