Wrapping up for the day. The first report looks pretty good.

This commit is contained in:
Scott Idem
2024-07-11 17:44:43 -04:00
parent 945c943c61
commit 47c742d004
5 changed files with 52 additions and 25 deletions

View File

@@ -156,7 +156,7 @@ handle_search__event_presenter({
<svelte:head>
<title>
Event: {ae_util.shorten_string({string: $lq__event_obj?.name, max_length: 12})}
Reports: {ae_util.shorten_string({string: $lq__event_obj?.name, max_length: 12})}
({$lq__event_obj?.event_id}) - Pres Mgmt - {$events_loc?.title}
</title>
</svelte:head>
@@ -303,12 +303,16 @@ handle_search__event_presenter({
<!-- Show presenters for this presentation -->
{#if $events_loc.pres_mgmt.show_report__presenters_agree && event_presenter_id_random_li?.length > 0}
<!-- <div class="overflow-x-auto"> -->
<div class="">
<Comp_event_presenter_obj_tbl
event_presenter_id_random_li={event_presenter_id_random_li}
show_session_fields={true}
show_presentation_fields={true}
>
</Comp_event_presenter_obj_tbl>
</div>
{/if}
<!-- {#if $events_slct.event_presenter_obj_li?.length == event_presenter_id_random_li?.length}