Work on event, session, presentatio, presenter, and person related

This commit is contained in:
Scott Idem
2021-09-09 18:58:17 -04:00
parent 29d3ed38cb
commit b2129d6e05
3 changed files with 48 additions and 34 deletions

View File

@@ -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,