Temporary bug fix for the file type reports. Minor update for IDAA and Jitsi iframe.

This commit is contained in:
Scott Idem
2025-09-24 18:00:12 -04:00
parent abed17f5da
commit c42ab0bfa0
3 changed files with 6 additions and 3 deletions

View File

@@ -260,6 +260,8 @@ let events_local_data_struct: key_val = {
show_content__hidden_presenters: false,
show_content__hidden_sessions: false,
show__direct_download: false,
// No longer used. Use "hide" instead of "show". Now it is initially set in the remote event config sync.
// show_content__presentation_code: true,
// show_content__presenter_code: true,

View File

@@ -499,9 +499,10 @@ async function handle_qry__event_file(
{#if event_file_obj_li}
<!-- bind:show_direct_download={$events_loc.pres_mgmt.show__direct_download} -->
<Comp_event_file_obj_tbl
bind:event_file_obj_li={event_file_obj_li}
bind:show_direct_download={$events_loc.pres_mgmt.show__direct_download}
show_location_fields={true}
show_presentation_fields={true}
show_session_fields={true}