Temporary bug fix for the file type reports. Minor update for IDAA and Jitsi iframe.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user