Project

General

Profile

Bug #25180

Updated by Walden Raines over 5 years ago

If I provide custom=false I still get custom products, see:    https://github.com/Katello/katello/blob/b7dc5d44d9d2af3b64a0c063a67f1e810be891cb/app/controllers/katello/api/v2/products_controller.rb#L50 

 Steps to Reproduce 

 * Access products API with custom=false (or any other value for that matter) - /katello/api/v2/organizations/1/products/?custom=false /katello/api/v2/organizations/1/products/?per_page=1000&custom=false  
 * Notice that only custom products are returned regardless of the value supplied to custom

Back