Actions
Bug #14889
closedundefined method `id' for nil:NilClass in katello/api/v2/host_collections
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1331875
Description of problem: When requesting katello/api/v2/host_collections with no parameters, "id" is called on nil.
Version-Release number of selected component (if applicable): 1.12-develop
How reproducible: Always
Steps to Reproduce:
1. Visit http://localhost:3000/katello/api/v2/host_collections
Actual results:
undefined method `id' for nil:NilClass
Expected results:
JSON result of all host_collection objects across all organizations
Additional info:
This is not a bug in Satellite 6.1 or 6.2.
Actions