fix: improve audit log (#176)

* fix: group owner and member can't view project log

* feat: improve audit log aspect

* fix: miss group id when request project log
This commit is contained in:
vran
2022-05-14 18:11:55 +08:00
committed by GitHub
parent bd07d8a018
commit 59570a9ee6
29 changed files with 100 additions and 35 deletions

View File

@@ -28,6 +28,8 @@ public @interface AuditLog {
*/
String involvedUserId() default "N/A";
boolean retrieveInvolvedGroupId() default false;
interface Modules {
String UNKNOWN = "UNKNOWN";
String PROJECT = "project";