Bug #27346
Missing audit records for Host Create
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1730360
Description of problem:
The only audit record that appears is of action: Add
The test fails (at least) since 6.6.0-2
Version-Release number of selected component (if applicable):
6.6.0-2
Steps to Reproduce:
1. create a host
2. check audits
3. observe that the audit record for a host type has action "Added" and only 1 summary field
Expected results:
action type: "create", containing table of attributes and values
Related issues
Associated revisions
History
#1
Updated by Kavita Gaikwad over 3 years ago
- Assignee set to Kavita Gaikwad
#2
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6969 added
#3
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases 1.24.0 added
#4
Updated by Kavita Gaikwad over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 5b47a90dd07a9bdd394ec6893f52e5f3c89004d2.
#5
Updated by Kavita Gaikwad over 3 years ago
- Related to Bug #27829: [Audit] ActionView::Template::Error: undefined method `abstract_class?' for Object:Class added
#6
Updated by Kavita Gaikwad over 3 years ago
- Related to deleted (Bug #27829: [Audit] ActionView::Template::Error: undefined method `abstract_class?' for Object:Class)
#7
Updated by Kavita Gaikwad over 3 years ago
- Related to Bug #27830: Unable to load audits page - undefined method `abstract_class?' for Object:Class added
Fixes #27346 - show audit records for host create (#6969)