Actions
Refactor #12129
closedChange sync status to use child node on products base rabl template
Pull request:
Fixed in Releases:
Found in Releases:
Description
Having the sync status https://github.com/Katello/katello/blob/master/app/views/katello/api/v2/products/base.json.rabl#L10 use the child attribute is causing problems in rails 4 as this will call to_json. This can be changed to use a child node instead. Related to http://projects.theforeman.org/issues/10970
Actions