Bug 1596882
| Summary: | [RFE] Add sorting by product to GET /owners/{owner_key}/pools | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Christine Fouant <cfouant> | ||||||
| Component: | Candlepin | Assignee: | satellite6-bugs <satellite6-bugs> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | jcallaha | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 6.4 | CC: | jsherril, khowell, pcreech | ||||||
| Target Milestone: | 6.7.0 | Keywords: | FutureFeature, UserExperience | ||||||
| Target Release: | Unused | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | candlepin-2.7.2-1 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | |||||||||
| : | 1600588 (view as bug list) | Environment: | |||||||
| Last Closed: | 2020-04-14 13:22:58 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | 1600588 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
FYI, we discussed a bit internally, and we plan to implement a special endpoint for this (we don't want to support sorting by nested objects globally at this time).
So, FYI, it'll probably look something like /owners/{owner_key}/pools_ordered_by_product (subject to change).
Verified in Satellite 6.7 Snap 10 Katello now sorts subscriptions by name. This is true through all interfaces. See attached screenshots for verification. Created attachment 1658024 [details]
verification screenshot
Created attachment 1658025 [details]
verification screenshot
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:1454 |
Description of problem: Currently the call to GET /owners/{owner_key}/pools only allows for sorting on the objects themselves. This is a RFE to allow this call to sort by product name.