Work on event, session, presentatio, presenter, and person related
This commit is contained in:
@@ -244,7 +244,8 @@ async def get_event_presenter_obj(
|
||||
inc_event_device_list: bool = False, # Part of event_presenter and under event_person obj
|
||||
inc_event_file_list: bool = False, # Part of event_presenter and under event_person obj
|
||||
inc_event_person: bool = False,
|
||||
# inc_event_presentation: bool = False, # NOTE: Placehold for future?
|
||||
inc_event_person_profile: bool = False,
|
||||
inc_event_presentation: bool = False, # NOTE: Placehold for future?
|
||||
# inc_event_presentation_list: bool = False, # NOTE: Placehold for future?
|
||||
# inc_event_presenter_list: bool = False, # NOTE: Placehold for future?
|
||||
inc_event_registration: bool = False, # Under event_person obj
|
||||
@@ -275,7 +276,8 @@ async def get_event_presenter_obj(
|
||||
inc_event_device_list = inc_event_device_list,
|
||||
inc_event_file_list = inc_event_file_list,
|
||||
inc_event_person = inc_event_person,
|
||||
# inc_event_presentation = inc_event_presentation,
|
||||
inc_event_person_profile = inc_event_person_profile,
|
||||
inc_event_presentation = inc_event_presentation,
|
||||
inc_event_registration = inc_event_registration,
|
||||
# inc_event_session = inc_event_session,
|
||||
inc_person = inc_person,
|
||||
|
||||
Reference in New Issue
Block a user