Modified badge list method

This commit is contained in:
Scott Idem
2022-07-08 10:00:18 -04:00
parent a483b8e24e
commit 8fa438336f
2 changed files with 19 additions and 0 deletions

View File

@@ -503,6 +503,8 @@ async def get_event_obj_event_badge_list(
event_id: str = Query(..., min_length=11, max_length=22),
badge_only: bool = False,
badge_type_code: str = None,
printed: str = 'not_printed', # not_printed, printed, all
inc_event_badge_template: bool = False,
inc_event_person: bool = False,
@@ -522,6 +524,7 @@ async def get_event_obj_event_badge_list(
event_id = event_id,
badge_only = badge_only,
badge_type_code = badge_type_code,
printed = printed,
enabled = commons.enabled,
limit = commons.limit,
offset = commons.offset,