Commit 6e0e413f94ee865c7b300a537217148132cad85c
Merge remote-tracking branch 'origin/listmanagerdisablecaci' into Develop
Showing
1 changed file
with
3 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -618,6 +618,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | @@ -618,6 +618,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | ||
618 | $rootScope.disableMenuoption = " "; | 618 | $rootScope.disableMenuoption = " "; |
619 | $rootScope.disableSubMenu = "disableSubMenu"; | 619 | $rootScope.disableSubMenu = "disableSubMenu"; |
620 | $("#annotationToolBarOptions").removeClass("disableSubMenu"); | 620 | $("#annotationToolBarOptions").removeClass("disableSubMenu"); |
621 | + $("#optionsListManagerTab").addClass("disableSubMenu"); | ||
621 | $rootScope.disableFileMenu = " "; | 622 | $rootScope.disableFileMenu = " "; |
622 | } | 623 | } |
623 | else if ($location.url() == "/module-item-view") { | 624 | else if ($location.url() == "/module-item-view") { |
@@ -633,10 +634,12 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | @@ -633,10 +634,12 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | ||
633 | $rootScope.disableMenuoption = " "; | 634 | $rootScope.disableMenuoption = " "; |
634 | $rootScope.disableSubMenu = "disableSubMenu"; | 635 | $rootScope.disableSubMenu = "disableSubMenu"; |
635 | $("#annotationToolBarOptions").addClass("disableSubMenu"); | 636 | $("#annotationToolBarOptions").addClass("disableSubMenu"); |
637 | + $("#optionsListManagerTab").addClass("disableSubMenu"); | ||
636 | $rootScope.disableFileMenu = "disableFileMenu"; | 638 | $rootScope.disableFileMenu = "disableFileMenu"; |
637 | } | 639 | } |
638 | else { | 640 | else { |
639 | $("#annotationToolBarOptions").removeClass("disableSubMenu"); | 641 | $("#annotationToolBarOptions").removeClass("disableSubMenu"); |
642 | + $("#optionsListManagerTab").removeClass("disableSubMenu"); | ||
640 | $rootScope.disableMenuannotation = "disableMenuannotation"; | 643 | $rootScope.disableMenuannotation = "disableMenuannotation"; |
641 | $rootScope.disableMenuoption = "disableMenuoption"; | 644 | $rootScope.disableMenuoption = "disableMenuoption"; |
642 | $rootScope.disableSubMenu = ""; | 645 | $rootScope.disableSubMenu = ""; |