Skip to content

Commit

Permalink
fix: remove "Delegierter" from "Berufslaufbahn"
Browse files Browse the repository at this point in the history
resolves #184
  • Loading branch information
sennierer committed Jul 15, 2024
1 parent bee871d commit ce0d0bf
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 ce0d0bf

Please sign in to comment.