From c231769924d65b5480d88c3a58f9b40ba8c4b354 Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 15 Dec 2017 15:25:03 +0530 Subject: [PATCH] variable for listmanger was false --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 62136a5..0602290 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -8028,7 +8028,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l //if user seelcted any term and serached before gender cnage then itshould be highlighted in chnaged gender - if ((($rootScope.isListManagerSelected == true) || + if ((($rootScope.isListManagerSelected == true) || $rootScope.isListManagerAlreadySelected == true || ($rootScope.isHighLight == true && $rootScope.previousHighlightList != null && $rootScope.previousHighlightList.length > 0)) && (($rootScope.isGenderChnage == true) || $rootScope.isViewChange == true)) { -- libgit2 0.21.4