Getting some basic things ready for CHOW 2025

This commit is contained in:
Scott Idem
2025-01-15 16:32:18 -05:00
parent 9dc4540329
commit 6f11820857
8 changed files with 355 additions and 44 deletions

View File

@@ -40,11 +40,10 @@ export async function load_ae_obj_id__event(
let params = {};
// $events_sess.badges.status_load__event_obj = 'loading';
ae_promises.load__event_obj = await api.get_ae_obj_id_crud({
api_cfg: api_cfg,
obj_type: 'event',
obj_id: event_id, // NOTE: This is the FQDN, not normally the ID.
obj_id: event_id,
use_alt_table: true, // NOTE: This will use the table_name_alt value instead of the table_name value in the API config.
use_alt_base: false, // NOTE: This will use the base_name_alt value instead of the base_name value in the API config.
params: params,