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}
|
||||
|
||||
@@ -62,7 +62,7 @@ export async function load({ params, parent }) { // route
|
||||
api_cfg: ae_acct.api,
|
||||
for_obj_type: 'event_session',
|
||||
for_obj_id: event_session_id,
|
||||
params: {qry__enabled: 'all', qry__limit: 15},
|
||||
params: {qry__enabled: 'all', qry__limit: 25},
|
||||
try_cache: true
|
||||
});
|
||||
if (log_lvl) {
|
||||
|
||||
Reference in New Issue
Block a user