Skip to content
Snippets Groups Projects
Verified Commit 27b2390f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix preference name

parent 240db7e2
No related branches found
No related tags found
1 merge request!120Resolve "Create match failures as data checks"
Pipeline #53565 failed
......@@ -144,7 +144,7 @@ def import_lessons(
changed = False
is_primary_source = is_untis_primary_source(core_models.Group)
create_if_not_primary = get_site_preferences()[
"untis_mysql__is_primary_source = is_untis_primary_source(Group)"
"untis_mysql__create_objects_untis_not_primary_source"
]
if not course_group and (is_primary_source or create_if_not_primary):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment