Skip to content

Commit

Permalink
BAH-3266 | Removing locale param from concept search by SearchByFullN…
Browse files Browse the repository at this point in the history
…ame api call (#782)
  • Loading branch information
sivareddyp authored Nov 24, 2023
1 parent b380aaa commit 8ebb31d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/app/common/concept-set/services/conceptSetServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
angular.module('bahmni.common.conceptSet')
.factory('conceptSetService', ['$http', '$q', '$bahmniTranslate', function ($http, $q, $bahmniTranslate) {
var getConcept = function (params, cache) {
params['locale'] = params['locale'] || $bahmniTranslate.use();
return $http.get(Bahmni.Common.Constants.conceptSearchByFullNameUrl, {
params: params,
cache: cache
Expand Down

0 comments on commit 8ebb31d

Please sign in to comment.