We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e21c1 commit 51eafdaCopy full SHA for 51eafda
enterprise/audit/table.go
@@ -83,6 +83,8 @@ var auditableResourcesTypes = map[any]map[string]Action{
83
"updated_at": ActionIgnore, // Changes, but is implicit and not helpful in a diff.
84
"organization_id": ActionIgnore, /// Never changes.
85
"organization_name": ActionIgnore, // Ignore these changes
86
+ "organization_display_name": ActionIgnore, // Ignore these changes
87
+ "organization_icon": ActionIgnore, // Ignore these changes
88
"deleted": ActionIgnore, // Changes, but is implicit when a delete event is fired.
89
"name": ActionTrack,
90
"display_name": ActionTrack,
0 commit comments