Bug #33454
Add repositories node to generic content unit rabl
Description
Add repositories node to generic content unit rabl for consistency with other content types.
Change is fairly simple along the lines of other units.
child :library_repositories => :repositories do
attributes :id, :name
glue :product do
attributes :id => :product_id, :name => :product_name
end
end
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Assignee set to Samir Jha
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9629 added
#2
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.3.0 added
#3
Updated by Samir Jha over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|28be3d12f9a7fe67ca69d2218ab877f0ec315fd7.
Fixes #33454 - Add repositories node to generic content unit results (#9629)