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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user