Commit 1a1811735e3c20f34c3346c530e81cc7c2d436d0

Authored by Mukul Rajput
1 parent a7c54707

this is solution for bug 23310 Annotation Toolbar gets disable in the below scenario

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -781,7 +781,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
781 781 $rootScope.isAnnotatiomToolBarPopupActive = true;
782 782 $rootScope.isAnnotatiomToolBarPopupClosed = false;
783 783 $rootScope.isAnnotaionToolBarDrawingModeActive = false;
784   - if ($rootScope.MenuModuleName == "DA" || $rootScope.MenuModuleName == "CI") {
  784 + if ($rootScope.MenuModuleName == "DA" || $rootScope.MenuModuleName == "CI" || $rootScope.MenuModuleName == "AA") {
785 785 if ($rootScope.disableAnnotationtoolOnListManager == true) {
786 786 $('#AnnotaionPopupDiv').find('a,input, textarea, button, select,img,div').attr('disabled', 'disabled');
787 787 $('#slider-range-min-2').slider('disable');
... ...