Work on the links to the legacy and new launchers.

This commit is contained in:
Scott Idem
2024-09-08 23:28:34 -04:00
parent 5fcae3b047
commit bf5bdd4a3e
7 changed files with 76 additions and 11 deletions

View File

@@ -167,6 +167,7 @@ onMount(() => {
<!-- General information about the location -->
<Location_view
show__launcher_link={$events_loc.pres_mgmt.show_content__launcher_link}
show__launcher_link_legacy={$events_loc.pres_mgmt.show_content__launcher_link_legacy}
event_location_id={$lq__event_location_obj?.event_location_id}
lq__event_obj={lq__event_obj}
lq__event_location_obj={lq__event_location_obj}
@@ -188,6 +189,7 @@ onMount(() => {
show__session_files={$events_loc.pres_mgmt.show_content__session_files}
show__session_presentations={$events_loc.pres_mgmt.show_content__session_presentations}
show__launcher_link={$events_loc.pres_mgmt.show_content__launcher_link}
show__launcher_link_legacy={$events_loc.pres_mgmt.show_content__launcher_link_legacy}
show__location_link={$events_loc.pres_mgmt.show_content__location_link}
>
</Comp_event_session_obj_li>