We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db338da commit d0e33a3Copy full SHA for d0e33a3
1 file changed
src/org/labkey/test/util/PermissionsHelper.java
@@ -51,7 +51,7 @@ public abstract class PermissionsHelper
51
public static final String SEE_AUDIT_LOG_SITE_ROLE = "org.labkey.api.security.roles.CanSeeAuditLogRole";
52
public static final String SEE_AUDIT_LOG_FOLDER_ROLE = "org.labkey.api.security.roles.CanSeeAuditLogFolderRole";
53
54
- // Should "See Audit Log" roles be added here?
+ // TODO: Should "See Audit Log" roles be added here?
55
public static final Set<String> AUDIT_LOG_VIEWER_ROLES = Set.of(SITE_ADMIN_ROLE, APP_ADMIN_ROLE, PROJECT_ADMIN_ROLE, FOLDER_ADMIN_ROLE);
56
57
public static boolean canSeeAuditLogs(String roleName)
0 commit comments