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: