A lot of work on event related modules. Also a lot of clean up.
This commit is contained in:
@@ -196,6 +196,8 @@ async def get_event_presenter_obj(
|
||||
event_presenter_id: str = Query(..., min_length=1, max_length=22),
|
||||
enabled: str = 'enabled', # enabled, disabled, all; For now this covers any included objects or object lists
|
||||
limit: int = 500, # For now this covers any included objects or object lists
|
||||
inc_address: bool = False, # Under contact
|
||||
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_device_list: bool = False, # Part of event_presenter and under event_person obj
|
||||
@@ -224,6 +226,8 @@ async def get_event_presenter_obj(
|
||||
event_presenter_id=event_presenter_id,
|
||||
enabled=enabled,
|
||||
limit=limit,
|
||||
inc_address=inc_address,
|
||||
inc_contact=inc_contact,
|
||||
inc_event_abstract_list=inc_event_abstract_list,
|
||||
inc_event_badge=inc_event_badge,
|
||||
inc_event_device_list=inc_event_device_list,
|
||||
|
||||
Reference in New Issue
Block a user