Work on event and lookup related end points, methods, and models
This commit is contained in:
@@ -242,6 +242,7 @@ async def get_event_presenter_obj(
|
||||
inc_contact: bool = False, # Under person
|
||||
inc_event_abstract_list: bool = False, # Part of event_presenter and under event_person obj
|
||||
inc_event_badge: bool = False, # Under event_person obj
|
||||
inc_event_cfg: bool = False,
|
||||
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,
|
||||
@@ -274,6 +275,7 @@ async def get_event_presenter_obj(
|
||||
inc_contact = inc_contact,
|
||||
inc_event_abstract_list = inc_event_abstract_list,
|
||||
inc_event_badge = inc_event_badge,
|
||||
inc_event_cfg = inc_event_cfg,
|
||||
inc_event_device_list = inc_event_device_list,
|
||||
inc_event_file_list = inc_event_file_list,
|
||||
inc_event_person = inc_event_person,
|
||||
|
||||
Reference in New Issue
Block a user