Actions
Bug #28333
closedGET /api/job_templates/:id returns `audit_comment: null`
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:
Description
our templates (lol) for job_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 #28332: GET /api/provisioning_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_remote_execution/pull/450 added
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases foreman_remote_execution 2.0.4 added
Updated by Evgeni Golov over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_plugin|d1653ddf643c53f65bd72978ab56a56633fcdc04.
Actions