Skip to content

fix(filemanager): pagination of nested links #931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 4, 2025
Merged

Conversation

mmalenic
Copy link
Member

Closes #929

Changes

  • Fixes pagination of links by including the nested /api/v1.
    • This uses OriginalUri instead of the default request.uri() which does not include the nested prefix when used in a nested Router.
  • Update axum to 0.8

@mmalenic mmalenic self-assigned this Mar 28, 2025
@mmalenic mmalenic added fix filemanager an issue relating to the filemanager labels Mar 28, 2025
Copy link
Member

@victorskl victorskl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmalenic mmalenic added this pull request to the merge queue Apr 4, 2025
Merged via the queue into main with commit 825b19a Apr 4, 2025
6 checks passed
@mmalenic mmalenic deleted the fix/filemanager-links branch April 4, 2025 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filemanager an issue relating to the filemanager fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FileManager API Endpoint missing paths in links pagination
3 participants