Skip to content

Commit

Permalink
feat: CARITAS-286
Browse files Browse the repository at this point in the history
* make sure the getAgenciesTopics method returns only the agency's topics for the current tenant
  • Loading branch information
Leandro13Silva13 committed Oct 28, 2024
1 parent aeba3ee commit 5e48c50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public List<FullAgencyResponseDTO> getAgencies(Optional<String> postCode,
}

public List<Integer> getAgenciesTopics() {
return getAgencyRepositoryForSearch().findAllAgenciesTopics();
return agencyRepository.findAllAgenciesTopics();
}

private Optional<Integer> getConsultingTypeIdForSearch(int consultingTypeId) {
Expand Down

0 comments on commit 5e48c50

Please sign in to comment.