Exhibitor tracking, badges, and ISHLT Impexium import related.
This commit is contained in:
@@ -108,7 +108,7 @@ async def get_event_exhibit_obj(
|
||||
|
||||
commons: Common_Route_Params = Depends(common_route_params),
|
||||
):
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
# time.sleep(.5)
|
||||
|
||||
@@ -340,10 +340,11 @@ async def get_event_exhibit_obj_tracking_list(
|
||||
'person_family_name',
|
||||
|
||||
'person_designations',
|
||||
'person_professional_title', 'person_professional_title_override',
|
||||
'person_professional_title',
|
||||
'person_professional_title_override',
|
||||
|
||||
'person_name_override',
|
||||
'person_full_name',
|
||||
'person_full_name_override',
|
||||
|
||||
'person_affiliations',
|
||||
'person_affiliations_override',
|
||||
|
||||
Reference in New Issue
Block a user