Actions
Bug #19354
closedassociated_type is set to a wrong value in audit_extensions.rb
Description
When fixing STI types for :associated field in AuditExtensions#fix_auditable_type, the type is set to the one from :auditable object instead the one from :associated field.
It looks like a copy-paste error.
Updated by Dominic Cleal over 7 years ago
- Category set to Audit Log
Specifically, I think this means:
self.associated_type = auditable.type if auditable_type == "Taxonomy" && auditable
Uses the auditable type, but sets associated_type.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ori Rabin
- Pull request https://github.com/theforeman/foreman/pull/4165 added
Updated by Tomer Brisker over 7 years ago
- Status changed from Ready For Testing to Closed
- Translation missing: en.field_release set to 240
Actions