1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Merge pull request #9915 from Budibase/fix/9441-group-roles

fix roleId being undefined leading to group role overriding incorrectly
This commit is contained in:
Peter Clement 2023-03-07 16:01:53 +00:00 committed by GitHub
commit 1abab9421e

View file

@ -35,8 +35,6 @@ export function updateAppRole(
user.roleId = roles.BUILTIN_ROLE_IDS.ADMIN
} else if (!user.roleId && !user?.userGroups?.length) {
user.roleId = roles.BUILTIN_ROLE_IDS.PUBLIC
} else if (user?.userGroups?.length) {
user.roleId = undefined
}
delete user.roles