Skip to content

Commit

Permalink
feat: add extra external_links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Delsinvg committed Dec 12, 2024
1 parent 9a174eb commit d87e7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elody/policies/tenant_id_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _get_tenant_id_from_body(self, item, soft_call=False):
return "tenant:super"
if item.get("type") == "asset":
for relation in item.get("relations", []):
if relation.get("type") in ["hasArchesLink"]:
if relation.get("type") in ["hasArchesLink", "hasAdlibLink", "hasBrocadeLink"]:
return "tenant:super"
institution_id = get_item_metadata_value(item, "institution")
if not institution_id:
Expand Down

0 comments on commit d87e7c9

Please sign in to comment.