Bug #13837
closedMissing filter on listing only composite content views
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1177765
Description of problem:
The current noncomposite filter is only a filter that allows excluding of the composite content views. It is not possible to retrieve only the composite content views instead. This is therefor a strange filter, it would be more intuitive and consistent to have a "composite" filter, when set then check if the composite value matches.
- curl -K /opt/hoici/etc/curl-hoici.conf -H 'Content-Type: application/json' -d '{"per_page":9999,"noncomposite":false}' -XGET https://localhost/katello/api/v2/organizations/4/content_views | jq .results[].composite
true
null
null
null
null
null
true
null
null
true
null
null
null
null
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Create a Composite Content View
2. Create a regular content view
3. List only the composite content view
Actual results:
regular content view is also included
Expected results:
only composite content views are listed
Additional info:
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5799 added
Updated by David Davis over 8 years ago
- Assignee changed from Partha Aji to David Davis
Updated by David Davis over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|ce6941cd3934f55c358669762c2486b8e4cb367b.
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 86