Now with the ability to actually create a badge. We still need to make this look nicer. Buttons should look more like button and consistent with the other areas of AE Events Badges. Also take a look at the trigger updated fields.

This commit is contained in:
Scott Idem
2026-03-27 11:51:42 -04:00
parent bc67ff5798
commit 9d44b9341c
2 changed files with 8 additions and 8 deletions

View File

@@ -259,7 +259,7 @@ export async function create_ae_obj__event_badge({
const result = await api.create_nested_obj({
api_cfg,
parent_type: 'event',
parent_type: 'event_person',
parent_id: event_id,
child_type: 'event_badge',
fields: data_kv,