-
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:
- go to Application Navigator in Confluence (click on top left icon and click configure)
- hide any application and save
- click edit to change the Hide value
A JavaScript error is produced:
uncaught exception: Unknown method: disable
https://example.jira-dev.com/wiki/s/d41d8cd98f00b204e9800998ecf8427e/en_GB-1988229788/4522/3764c7f7e98f64d5d9749fec71f9d54f6ff84d5b.2/9/_/download/superbatch/js/batch.js
Line 435
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)})();
Notes:
- Reproduced on other OnDemand instance.
- Was working properly on previous releases.
- Jira Application Navigation works properly.
- is duplicated by
-
CLOUD-6810 Confluence: Cannot unhide item in Application Navigator Settings
-
- Closed
-