Commit 5d3c82a6b1889ca2a87baaae278e03853d666e55

Authored by Amrita Vishnoi
2 parents ab1cc924 c2317699

Merge branch 'Bug#7375' of http://52.6.196.163/ADAM/AIAHTML5 into Develop-IPAD-MAC

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -8039,7 +8039,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
8039 8039  
8040 8040 //if user seelcted any term and serached before gender cnage then itshould be highlighted in chnaged gender
8041 8041  
8042   - if ((($rootScope.isListManagerSelected == true) ||
  8042 + if ((($rootScope.isListManagerSelected == true) || $rootScope.isListManagerAlreadySelected == true ||
8043 8043 ($rootScope.isHighLight == true && $rootScope.previousHighlightList != null
8044 8044 && $rootScope.previousHighlightList.length > 0))
8045 8045 && (($rootScope.isGenderChnage == true) || $rootScope.isViewChange == true)) {
... ...