Bug #30945
Create RABL template is missing for discovery_rules
Fixed in Releases:
Found in Releases:
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Assignee set to Eric Helms
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_discovery/pull/508 added
#2
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Discovery Plugin 16.0 added
#3
Updated by Eric Helms over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_discovery|35f693d75dada34c566f80e916ff10aa2d3e9f04.
Fixes #30945: Add create.json.rabl template for discovery rules
The lack of a template for create results in a different output
format being used from the show response. Further, without this
template the rendering engine will perform a to_json and skip
the Rabl layer all together.
(cherry picked from commit c41e079ca3b5d9a12f2cf0c6e54891450e7ca202)