More serious work on badge printing. Working on the templates and actually implementing the printable badge.
This commit is contained in:
@@ -80,6 +80,8 @@ export async function get_ae_obj_li_for_obj_id_crud_v2(
|
||||
endpoint = `/crud/event/abstract/list`;
|
||||
} else if (obj_type == 'event_badge') {
|
||||
endpoint = `/crud/event/badge/list`;
|
||||
} else if (obj_type == 'event_badge_template') {
|
||||
endpoint = `/crud/event/badge/template/list`;
|
||||
} else if (obj_type == 'event_device') {
|
||||
endpoint = `/crud/event/device/list`;
|
||||
} else if (obj_type == 'event_exhibit') {
|
||||
|
||||
Reference in New Issue
Block a user