Commit 34dc20b6637f19b524cfca2407e34c551131fbb3

Authored by Amrita Vishnoi
2 parents 9c7ffa7f 1a181173

Merge branch 'annotationToolBarDisableissue' into Develop

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');
... ...