mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
Add part of list to show audit trail by organization, still need to hook create to auto-establish the audit trail records.
This commit is contained in:
@@ -90,7 +90,7 @@ class Tag(models.Model):
|
||||
return True
|
||||
|
||||
|
||||
class AuditTrail(CommonModel):
|
||||
class AuditTrail(models.Model):
|
||||
'''
|
||||
changing any object records the change
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user