Skip to content

Commit

Permalink
Merge pull request #204 from acdh-oeaw/ms/184-remove-Delegierter-from…
Browse files Browse the repository at this point in the history
…-career-section

fix: remove "Delegierter" from "Berufslaufbahn"
  • Loading branch information
sennierer authored Jul 15, 2024
2 parents bee871d + ce0d0bf commit 45afeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paas_theme/provide_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ def create_data_utils(cache_path="cache/data_cache.pkl"):
return res

berufslaufbahn_ids = get_child_classes([1851, 1385], PersonInstitutionRelation)
berufslaufbahn_ids = [x for x in berufslaufbahn_ids if x not in [4201]]
subs_akademie = get_child_institutions_from_parent(
getattr(id_mapping, "GESAMTAKADEMIE_UND_KLASSEN")
)
Expand Down

0 comments on commit 45afeb1

Please sign in to comment.