Bug fix for total file count for a session

This commit is contained in:
Scott Idem
2024-07-25 12:51:34 -04:00
parent d756059ad4
commit 0ca8da1a6e
2 changed files with 14 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ export async function handle_load_ae_obj_id__event_session(
api_cfg: api_cfg,
obj_type: 'event_session',
obj_id: event_session_id, // NOTE: This is the FQDN, not normally the ID.
use_alt_table: false, // NOTE: This will use the table_name_alt value instead of the table_name value in the API config.
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,
log_lvl: log_lvl
@@ -84,7 +84,7 @@ export async function handle_load_ae_obj_li__event_session(
obj_type: 'event_session',
for_obj_type: 'event',
for_obj_id: event_id,
use_alt_table: false, // NOTE: This will use the table_name_alt value instead of the table_name value in the API config.
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
enabled: enabled,
hidden: hidden,