Commit d9ced140e893502ed571b61620e00c34c389bdd0

Authored by Amrita Vishnoi
2 parents 0af9dd05 3aa73b9b

Merge branch 'highlightbyBodySystemBug' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -6730,9 +6730,15 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
6730 6730 // $rootScope.isListManagerSelected = false;
6731 6731 $rootScope.CloseListManager();
6732 6732  
6733   - $rootScope.isHighlightBodyByBodySystem = false;
6734 6733  
6735   - if ($rootScope.isHighLight == true) {
  6734 + if ($rootScope.isHighlightBodyByBodySystem) {
  6735 + $rootScope.isHighlightBodyByBodySystem = false;
  6736 + //to make the system highlight if the body systme highlighted than Normal and again highlight
  6737 + $scope.isbodySystemHighlight = true;
  6738 + }
  6739 + // $rootScope.isHighlightBodyByBodySystem = false;
  6740 +
  6741 + if ($rootScope.isHighLight == true) {
6736 6742  
6737 6743 }
6738 6744 else {
... ...