Actions
Task #5278
closedAdd is_highest to serializer to allow users to additionally filter on it
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 57
Quarter:
Description
Problem¶
Currently the is_highest attribute is on the model, but not visible to users. User's couldn't know if it's the highest version contained in Pulp or not. They also can't filter by it currently.
Solution¶
Add is_highest to the serializer so users can see it, and the ContentFilter should automatically allows users to filter on that as a boolean.
Actions
Adding is_highest filter for Collection Version
closes #5278