A lot of work on event related modules. Also a lot of clean up.
This commit is contained in:
@@ -177,6 +177,8 @@ async def get_event_person_obj(
|
||||
event_person_id: str = Query(..., min_length=1, max_length=22),
|
||||
enabled: str = 'enabled', # 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,
|
||||
inc_event_badge: bool = False,
|
||||
#inc_event_device_list: bool = False,
|
||||
@@ -205,6 +207,8 @@ async def get_event_person_obj(
|
||||
event_person_id=event_person_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