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.
Updated by osapryki over 5 years ago
Agreed, we will need this feature on Galaxy side as well.
Updated by bmbouter over 5 years ago
Thanks osapryki I'll see if fabricio or I can fix this. Thanks for the feedback.
Updated by bmbouter over 5 years ago
- Groomed changed from No to Yes
- Sprint set to Sprint 57
Updated by fao89 over 5 years ago
- Status changed from NEW to POST
Added by Fabricio Aguiar over 5 years ago
Updated by Anonymous over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|af5e5821e987fbf7f4ec8b402c8604bbf7ef0009.
Updated by bmbouter about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Adding is_highest filter for Collection Version
closes #5278