Actions
Bug #20010
closedReduce the amount of data subscriptions asks for in show endpoint
Description
Calling a specific sub (organization/x/subscription/y) will request all host data,
but only need the "consumer" key here:
https://github.com/Katello/katello/blob/master/app/models/katello/glue/candlepin/pool.rb#L138
Actions