Commit 1c7ce7e02b277060ff4c64f7404e13c99a1d0b45

Authored by Nikita Kulshreshtha
1 parent 042c798d

Refs: #7927

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -5530,6 +5530,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
5530 5530 $rootScope.isTransparencyBoxActivated = false;
5531 5531 $rootScope.isNormalMode = false;
5532 5532  
  5533 + //close transparecny box
  5534 + $scope.CloseTransparencyBox();
  5535 +
5533 5536 //if listanager is visisble then close it
5534 5537  
5535 5538 // $rootScope.isListManagerSelected = false;
... ... @@ -5715,6 +5718,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
5715 5718 $rootScope.isTransparencyBoxActivated = false;
5716 5719 $rootScope.isNormalMode = false;
5717 5720  
  5721 + //close transparency box
  5722 + $scope.CloseTransparencyBox();
5718 5723  
5719 5724 //if listanager is visisble then close it
5720 5725  
... ...