Updates related to abstracts

This commit is contained in:
Scott Idem
2023-06-28 12:22:08 -04:00
parent dc974135bf
commit 815e9a45b4
6 changed files with 120 additions and 104 deletions

View File

@@ -144,6 +144,7 @@ async def patch_event_abstract_obj(
async def get_event_abstract_obj(
event_abstract_id: str = Query(..., min_length=11, max_length=22),
inc_event_cfg: bool = False,
inc_event_file_list: bool = False,
inc_event_person: bool = False,
inc_event_person_profile: bool = True,
@@ -174,6 +175,7 @@ async def get_event_abstract_obj(
hidden = hidden, # hidden, not_hidden, all
review = review, # ready, not_ready, all
inc_event_cfg = inc_event_cfg,
inc_event_file_list = inc_event_file_list,
inc_event_person = inc_event_person,
inc_event_person_profile = inc_event_person_profile,