Commit 1a1811735e3c20f34c3346c530e81cc7c2d436d0
1 parent
a7c54707
this is solution for bug 23310 Annotation Toolbar gets disable in the below scenario
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -781,7 +781,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | @@ -781,7 +781,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | ||
781 | $rootScope.isAnnotatiomToolBarPopupActive = true; | 781 | $rootScope.isAnnotatiomToolBarPopupActive = true; |
782 | $rootScope.isAnnotatiomToolBarPopupClosed = false; | 782 | $rootScope.isAnnotatiomToolBarPopupClosed = false; |
783 | $rootScope.isAnnotaionToolBarDrawingModeActive = false; | 783 | $rootScope.isAnnotaionToolBarDrawingModeActive = false; |
784 | - if ($rootScope.MenuModuleName == "DA" || $rootScope.MenuModuleName == "CI") { | 784 | + if ($rootScope.MenuModuleName == "DA" || $rootScope.MenuModuleName == "CI" || $rootScope.MenuModuleName == "AA") { |
785 | if ($rootScope.disableAnnotationtoolOnListManager == true) { | 785 | if ($rootScope.disableAnnotationtoolOnListManager == true) { |
786 | $('#AnnotaionPopupDiv').find('a,input, textarea, button, select,img,div').attr('disabled', 'disabled'); | 786 | $('#AnnotaionPopupDiv').find('a,input, textarea, button, select,img,div').attr('disabled', 'disabled'); |
787 | $('#slider-range-min-2').slider('disable'); | 787 | $('#slider-range-min-2').slider('disable'); |