mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-22 15:11:37 +00:00
[no ci] handle matters with no holds
This commit is contained in:
@@ -37860,7 +37860,7 @@ def printShowUserVaultHolds(entityList):
|
||||
matterId = matter['matterId']
|
||||
matterName = matter['name']
|
||||
matterNameId = formatVaultNameId(matterName, matterId)
|
||||
for hold in matter['holds']:
|
||||
for hold in matter.get('holds', []):
|
||||
if 'orgUnit' in hold:
|
||||
orgUnitId = hold['orgUnit'].get('orgUnitId')
|
||||
if orgUnitId in orgUnits:
|
||||
|
||||
Reference in New Issue
Block a user