Work on import from Impexium for ISHLT with mutliple events.
This commit is contained in:
@@ -403,7 +403,7 @@ def create_update_event_person_obj_v4(
|
||||
event_person_obj.event_id = event_id
|
||||
log.debug(event_person_obj)
|
||||
|
||||
event_person_dict = event_person_obj.dict(by_alias=False, exclude_defaults=False, exclude_unset=True, exclude={'event_badge', 'event_person_profile', 'event_registration', 'created_on', 'updated_on'})
|
||||
event_person_dict = event_person_obj.dict(by_alias=False, exclude_defaults=False, exclude_unset=True, exclude={'event_badge', 'event_person_profile', 'event_registration', 'created_on', 'updated_on', 'external_id_old'})
|
||||
|
||||
# ### SECTION ### Process data
|
||||
if not event_badge_id:
|
||||
|
||||
Reference in New Issue
Block a user