Skip to content

Commit

Permalink
Merge pull request #1859 from bcgov/hotfix/ALCS-2252
Browse files Browse the repository at this point in the history
Fix Advanced Search Pagination Not Working for Commissioners
  • Loading branch information
Abradat authored Sep 16, 2024
2 parents 2162a57 + bcda371 commit 07048e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/apps/alcs/src/alcs/search/search.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class SearchController {
}

@Post('/advanced/application')
@UserRoles(...ROLES_ALLOWED_APPLICATIONS)
@UserRoles(...ROLES_ALLOWED_SEARCH)
async advancedSearchApplications(
@Body() searchDto: SearchRequestDto,
): Promise<AdvancedSearchResultDto<ApplicationSearchResultDto[]>> {
Expand Down

0 comments on commit 07048e4

Please sign in to comment.