Updates related to abstracts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user