More work on making things look better. File counts look nicer.
This commit is contained in:
@@ -29,7 +29,7 @@ export async function handle_load_ae_obj_id__event(
|
||||
api_cfg: api_cfg,
|
||||
obj_type: 'event',
|
||||
obj_id: event_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
|
||||
@@ -90,7 +90,7 @@ export async function handle_load_ae_obj_li__event(
|
||||
obj_type: 'event',
|
||||
for_obj_type: 'account',
|
||||
for_obj_id: account_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,
|
||||
|
||||
@@ -209,7 +209,7 @@ let events_local_data_struct: key_val = {
|
||||
show_content__session_search_help: true,
|
||||
show_content__session_search_room_name: false,
|
||||
show_content__session_view: null,
|
||||
show_content__session_qr: true,
|
||||
show_content__session_qr: false,
|
||||
hide__session_poc: true,
|
||||
|
||||
show_content__disabled_files: false,
|
||||
|
||||
Reference in New Issue
Block a user