Commit c231769924d65b5480d88c3a58f9b40ba8c4b354

Authored by Nikita Kulshreshtha
1 parent 21cb7f56

variable for listmanger was false

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