mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
Fix display of dataOwner field for secondary calendars
This commit is contained in:
@@ -52747,7 +52747,7 @@ def _showCalendar(calendar, j, jcount, FJQC, acls=None):
|
||||
if 'primary' in calendar:
|
||||
printKeyValueList(['Primary', calendar['primary']])
|
||||
if 'dataOwner' in calendar:
|
||||
printKeyValueList(['Data Owner', calendar['dataOwner']])
|
||||
printKeyValueList(['Owner', calendar['dataOwner']])
|
||||
if 'accessRole' in calendar:
|
||||
printKeyValueList(['Access Level', calendar['accessRole']])
|
||||
if 'deleted' in calendar:
|
||||
|
||||
Reference in New Issue
Block a user