Actions
Bug #28332
closedGET /api/provisioning_templates/:id returns `audit_comment: null`
Description
(this also applies to config templates)
our templates (lol) for provisioning_templates and config_templates contain a reference to the audit_comment, but there is no such field in the model, so the api response always contains "audit_comment: null"
I think this field should be write only (when you create/update) a template, as it gets stored in the audits, not in the templates itself.
Updated by Evgeni Golov over 5 years ago
- Related to Bug #28333: GET /api/job_templates/:id returns `audit_comment: null` added
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7195 added
Updated by Evgeni Golov over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset fe373cb085f68006eb02070f026647e87a785766.
Actions