RED-9472: seperation of system rules #776

Open
yannik.hampe wants to merge 100 commits from feature/RED-9472 into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6afe110dd4 - Show all commits

View File

@ -6,7 +6,7 @@ plugins {
jacoco
}
val redactionServiceVersion by rootProject.extra { "4.415.0-RED9472.4" }
val redactionServiceVersion by rootProject.extra { "4.434.0-RED9472.1" }
val pdftronRedactionServiceVersion by rootProject.extra { "4.90.0-RED10115.0" }
val redactionReportServiceVersion by rootProject.extra { "4.81.0" }
val searchServiceVersion by rootProject.extra { "2.90.0" }

View File

@ -73,7 +73,7 @@ public final class ApplicationRoles {
READ_MANUAL_REDACTIONS,
READ_NOTIFICATIONS,
READ_REDACTION_LOG,
READ_RULES,
READ_RULES, READ_SYSTEM_RULES,
READ_DATA_FORMATS,
READ_USERS,
READ_VERSIONS,