Minor changes. Added even_location_list to event_session.

This commit is contained in:
Scott Idem
2022-09-20 18:32:42 -04:00
parent b85397a9b5
commit 7fe007a098
3 changed files with 36 additions and 1 deletions

View File

@@ -476,6 +476,7 @@ async def get_event_session_obj(
inc_event_file_list: bool = False,
inc_event_file_internal_use_list: bool = False,
inc_event_location: bool = False,
inc_event_location_list: bool = False,
inc_event_person: bool = False, # Under event_presenter
inc_event_person_profile: bool = False, # Under event_person
inc_event_person_list: bool = False,
@@ -518,6 +519,7 @@ async def get_event_session_obj(
inc_event_file_list = inc_event_file_list,
inc_event_file_internal_use_list = inc_event_file_internal_use_list,
inc_event_location = inc_event_location,
inc_event_location_list = inc_event_location_list,
inc_event_person = inc_event_person,
inc_event_person_profile = inc_event_person_profile,
inc_event_person_list = inc_event_person_list,