Actions
Issue #5621
closedStory #5517: [EPIC] Automation Hub Release Blockers
Add sort parameters to Collection Version List
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 61
Quarter:
Description
Add a sort
parameter to the Collection Version List (/pulp/api/v3/content/ansible/collection_versions/
) that allows sorting by:
- Collection name
- Namespace name
- Date created
- Collection version
We need to be able to sort by created date. The rest would be nice to have, but aren't critical.
Actions
Fix bug where ordering filter raised 400
The ordering parameter is used by DRF to order results and should not be considered an invalid parameter on GET requests.
ref #5621