Commit eb472cffd5408d288bb74c19b2b4e78ab496316c
1 parent
2ca490b1
this is bug for 15894 , hilight issue with listmanager
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -8346,7 +8346,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -8346,7 +8346,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
8346 | 8346 | ||
8347 | $scope.HighlightBodyOnListManagerSelection = function (actualTermNumber, isTermListOptionClicked) { | 8347 | $scope.HighlightBodyOnListManagerSelection = function (actualTermNumber, isTermListOptionClicked) { |
8348 | //$rootScope.SelectedTermList = $("#termList").find("option[id=" + actualTermNumber + "]").val(); | 8348 | //$rootScope.SelectedTermList = $("#termList").find("option[id=" + actualTermNumber + "]").val(); |
8349 | - | 8349 | + $rootScope.searchSelectedText = $("#" + actualTermNumber).text(); |
8350 | $rootScope.slectedActualTermNumber = actualTermNumber; | 8350 | $rootScope.slectedActualTermNumber = actualTermNumber; |
8351 | 8351 | ||
8352 | if (isTermListOptionClicked == true) { | 8352 | if (isTermListOptionClicked == true) { |