Skip to content

Commit 2e6598b

Browse files
committed
is_loaded_lear
1 parent cee6cea commit 2e6598b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth-api/src/auth_api/services/entity_mapping.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def paginate_from_affiliations(org_id: int, search_details: AffiliationSearchDet
143143
filtered_mappings.c.bootstrap_identifier.isnot(None),
144144
filtered_mappings.c.nr_identifier.isnot(None),
145145
AffiliationModel.org_id == org_id,
146+
Entity.is_loaded_lear.is_(True),
146147
)
147148
.cte("complete_mappings")
148149
)

0 commit comments

Comments
 (0)