From ce0d0bf95a7ab9e071defe51258af612bd79a23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Schl=C3=B6gl?= Date: Mon, 15 Jul 2024 09:48:43 +0200 Subject: [PATCH] fix: remove "Delegierter" from "Berufslaufbahn" resolves #184 --- paas_theme/provide_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/paas_theme/provide_data.py b/paas_theme/provide_data.py index c2b6f71..e82e0c0 100644 --- a/paas_theme/provide_data.py +++ b/paas_theme/provide_data.py @@ -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") )