1
0

merging master + rbac-generation

This commit is contained in:
Michael Hoennig
2024-04-08 10:14:22 +02:00
parent 4438e7abd5
commit ca952ce748
2 changed files with 3 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class HsOfficePersonEntity implements RbacObject, Stringifyable {
public static RbacView rbac() {
return rbacViewFor("person", HsOfficePersonEntity.class)
.withIdentityView(SQL.projection("concat(tradeName, familyName, givenName)"))
.withUpdatableColumns("personType", "tradeName", "givenName", "familyName")
.withUpdatableColumns("personType", "title", "salutation", "tradeName", "givenName", "familyName")
.toRole("global", GUEST).grantPermission(INSERT)
.createRole(OWNER, (with) -> {