Skip to content

Commit

Permalink
chore: add edit appeal in activity filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrhd committed May 30, 2024
1 parent 3b932c5 commit 00e5dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/appeal/activity.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func (s *Service) ListActivities(ctx context.Context, appealID string) ([]*domai
AuditKeyReject,
AuditKeyAddApprover,
AuditKeyDeleteApprover,
AuditKeyUpdate,
},
ParentType: "appeal",
ParentID: appealID,
Expand Down
1 change: 1 addition & 0 deletions core/appeal/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (

const (
AuditKeyBulkInsert = "appeal.bulkInsert"
AuditKeyUpdate = "appeal.update"
AuditKeyCancel = "appeal.cancel"
AuditKeyApprove = "appeal.approve"
AuditKeyReject = "appeal.reject"
Expand Down

0 comments on commit 00e5dc6

Please sign in to comment.