Skip to content

Commit

Permalink
fixup!: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraber committed Jan 16, 2025
1 parent e7f7cbc commit 844d95b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kobo/apps/audit_log/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ class AllProjectHistoryLogViewSet(AuditLogViewSet):
> connect-project
> delete-media
> delete-service
> delete-submission
> deploy
> disable-sharing
> disallow-anonymous-submissions
Expand Down Expand Up @@ -510,6 +511,10 @@ class AllProjectHistoryLogViewSet(AuditLogViewSet):
c. metadata__hook__active
* delete-submission
a. metadata__submission__submitted_by
* deploy
a. metadata__latest_version_uid
Expand Down Expand Up @@ -692,6 +697,7 @@ class ProjectHistoryLogViewSet(
> connect-project
> delete-media
> delete-service
> delete-submission
> deploy
> disable-sharing
> disallow-anonymous-submissions
Expand Down Expand Up @@ -772,6 +778,10 @@ class ProjectHistoryLogViewSet(
c. metadata__hook__active
* delete-submission
a. metadata__submission__submitted_by
* deploy
a. metadata__latest_version_uid
Expand Down

0 comments on commit 844d95b

Please sign in to comment.