feat: add Agrarmonitor integration to dashboard and stats, and rename accounting permission group
Build and Push Multi-Platform Images / build-and-push (push) Successful in 33s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 33s
This commit is contained in:
@@ -27,7 +27,7 @@ export function mapGroupsToPermissions(groups: string[] | undefined | null): Per
|
||||
return Array.from(permissions);
|
||||
}
|
||||
|
||||
if (groups.includes('PM_Belege')) {
|
||||
if (groups.includes('PM_Buchhaltung')) {
|
||||
permissions.add(Permission.PROCESS_MANUALLY);
|
||||
}
|
||||
if (groups.includes('PM_Maileingang')) {
|
||||
|
||||
Reference in New Issue
Block a user