Work on person methods and related
This commit is contained in:
@@ -476,6 +476,7 @@ async def get_event_session_obj(
|
||||
inc_event_file_list: bool = False,
|
||||
inc_event_location: 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,
|
||||
inc_event_presentation_list: bool = False,
|
||||
inc_event_presenter_cat: bool = False,
|
||||
@@ -509,6 +510,7 @@ async def get_event_session_obj(
|
||||
inc_event_file_list = inc_event_file_list,
|
||||
inc_event_location = inc_event_location,
|
||||
inc_event_person = inc_event_person,
|
||||
inc_event_person_profile = inc_event_person_profile,
|
||||
inc_event_person_list = inc_event_person_list,
|
||||
inc_event_presentation_list = inc_event_presentation_list,
|
||||
inc_event_presenter_cat = inc_event_presenter_cat,
|
||||
|
||||
Reference in New Issue
Block a user