Rename property_mapping -> property_mappings, association_mapping -> association_mappings

This commit is contained in:
Mira Weller
2025-07-01 13:43:19 +02:00
parent c3833f8883
commit 17c1d75780
6 changed files with 38 additions and 21 deletions

View File

@@ -514,8 +514,8 @@ def get_data_fields(event, for_model=None):
return src_fields
def translate_property_mappings(property_mapping, checkin_list_map):
mappings = json.loads(property_mapping)
def translate_property_mappings(property_mappings, checkin_list_map):
mappings = json.loads(property_mappings)
for mapping in mappings:
if mapping["pretix_field"].startswith("checkin_date_"):