Skip to content

Commit

Permalink
Fix advanced search pagination not working for commissioners
Browse files Browse the repository at this point in the history
  • Loading branch information
Abradat committed Sep 16, 2024
1 parent 5156fcd commit bcda371
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 bcda371

Please sign in to comment.