mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Fixed bug in gam <UserTypeEntity> print shareddrives where role was improperly displayed as unknown
This commit is contained in:
@@ -61836,7 +61836,7 @@ SHAREDDRIVE_ROLES_CAPABILITIES_MAP = {
|
||||
'commenter': {'canComment': True, 'canEdit': False},
|
||||
'fileOrganizer': {'canAddChildren': True, 'canManageMembers': False},
|
||||
'organizer': {'canManageMembers': True},
|
||||
'reader': {'canCopy': True, 'canComment': False},
|
||||
'reader': {'canEdit': False, 'canComment': False},
|
||||
'writer': {'canEdit': True, 'canManageMembers': False},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user