mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-08 18:25:17 +08:00
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:
@@ -28,6 +28,8 @@ public @interface AuditLog {
|
||||
*/
|
||||
String involvedUserId() default "N/A";
|
||||
|
||||
boolean retrieveInvolvedGroupId() default false;
|
||||
|
||||
interface Modules {
|
||||
String UNKNOWN = "UNKNOWN";
|
||||
String PROJECT = "project";
|
||||
|
Reference in New Issue
Block a user