Skip to content

Commit

Permalink
Make sure the right route is used for package requests
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp-work committed Nov 1, 2024
1 parent b304184 commit 0ba2be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/package/requests.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
locals: { selected_type: @default_request_type, selected_state: @default_request_state })

= render(partial: 'webui/shared/requests_table',
locals: { id: 'all_requests_table', source_url: packages_requests_path(project: @project, package: @package) })
locals: { id: 'all_requests_table', source_url: projects_requests_path(project: @project, package: @package) })

0 comments on commit 0ba2be9

Please sign in to comment.