Work on location links and fixing presenters not showing correctly on session view page.
This commit is contained in:
@@ -166,6 +166,7 @@ onMount(() => {
|
||||
|
||||
<!-- General information about the location -->
|
||||
<Location_view
|
||||
show__launcher_link={$events_loc.pres_mgmt.show_content__launcher_link}
|
||||
event_location_id={$lq__event_location_obj?.event_location_id}
|
||||
lq__event_obj={lq__event_obj}
|
||||
lq__event_location_obj={lq__event_location_obj}
|
||||
@@ -186,6 +187,8 @@ onMount(() => {
|
||||
hide__session_location={true}
|
||||
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__location_link={$events_loc.pres_mgmt.show_content__location_link}
|
||||
>
|
||||
</Comp_event_session_obj_li>
|
||||
{:else if $lq__event_session_obj_li && $lq__event_session_obj_li?.length == 0}
|
||||
|
||||
Reference in New Issue
Block a user