app/views/katello/api/v2/debs/base.json.rabl in katello-4.14.1 vs app/views/katello/api/v2/debs/base.json.rabl in katello-4.15.0.rc1

- old
+ new

@@ -9,8 +9,12 @@ attributes :description attributes :nav attributes :nva attributes :pulp_id attributes :pulp_id => :uuid +attributes :section +attributes :maintainer +attributes :homepage +attributes :installed_size node(:hosts_available_count) { |m| m.hosts_available(params[:organization_id]).count } node(:hosts_applicable_count) { |m| m.hosts_applicable(params[:organization_id]).count }