Actions
Bug #33454
closedAdd 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
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/9629 added
Updated by The Foreman Bot about 3 years ago
- Fixed in Releases Katello 4.3.0 added
Updated by Samir Jha about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|28be3d12f9a7fe67ca69d2218ab877f0ec315fd7.
Actions