Skip to content
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

ANW-1830 Fix sort by username on the Manage User Access page #3110

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

brianzelip
Copy link
Collaborator

@brianzelip brianzelip commented Feb 6, 2024

This PR fixes the broken sort-by-username on the Manage user Access page by copying the @search_data logic from the index action to the manage_access action in the User controller.

The original sort feature was only added to index.

ANW-1830-username-sort

Related JIRA Ticket or GitHub Issue

https://archivesspace.atlassian.net/browse/ANW-1830

How Has This Been Tested?

There is already a backend test for the server functionality.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@cdibella cdibella added this to the 3.5.0 milestone Feb 7, 2024
@thimios thimios merged commit 3e58fc0 into master Feb 8, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants