The badge view ID now correctly renders a badge! This took way too long. So many $ were removed and things missed.

This commit is contained in:
Scott Idem
2026-01-16 13:07:28 -05:00
parent 07572e0f5c
commit 5ee17c2925
5 changed files with 65 additions and 45 deletions

View File

@@ -96,6 +96,14 @@ export async function load_ae_obj_id__event({
log_lvl
});
}
if (inc_template_li) {
ae_promises.load__event_obj.event_badge_template_obj_li =
await load_ae_obj_li__event_badge_template({
api_cfg,
event_id,
log_lvl
});
}
}
return ae_promises.load__event_obj;