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 440e13a commit eeacd41Copy full SHA for eeacd41
enterprise/audit/table.go
@@ -135,6 +135,7 @@ var auditableResourcesTypes = map[any]map[string]Action{
135
"created_by_name": ActionIgnore,
136
"archived": ActionTrack,
137
"source_example_id": ActionIgnore, // Never changes.
138
+ "has_ai_task": ActionIgnore,
139
},
140
&database.User{}: {
141
"id": ActionTrack,
@@ -193,6 +194,8 @@ var auditableResourcesTypes = map[any]map[string]Action{
193
194
"initiator_by_username": ActionIgnore,
195
"initiator_by_name": ActionIgnore,
196
"template_version_preset_id": ActionIgnore, // Never changes.
197
198
+ "ai_tasks_sidebar_app_id": ActionIgnore,
199
200
&database.AuditableGroup{}: {
201
0 commit comments