+ |
+
+
+
+
+ {session_obj.name}
+
+ {#if session_obj.file_count_all}
+
+
+ {session_obj.file_count_all}x
+
+ {:else}
+
+ {/if}
+
+
+
+
+
+
+
+ |
+
+
+ {ae_util.iso_datetime_formatter(session_obj.start_datetime,'dddd')}
+ {ae_util.iso_datetime_formatter(session_obj.start_datetime,'date_long_month_day')}
+
+ |
+ {#if session_obj.start_datetime}
+
+ {ae_util.iso_datetime_formatter(session_obj.start_datetime,'time_short')}
+
+ –
+
+ {ae_util.iso_datetime_formatter(session_obj.end_datetime,'time_short')}
+
+ {:else}
+ {@html ae_html.not_set}
+ {/if}
+ |
+ {session_obj.event_location_name ?? '-- not set --'} |
+
+ {#if session_obj.poc_person_full_name}
+
+
+ {session_obj.poc_person_full_name}
+
+
+ {#if $ae_loc.trusted_access}
+
+
+
+ {session_obj.poc_person_primary_email}
+
+
+ {/if}
+ {:else}
+ {@html ae_html.not_set}
+ {/if}
+
+ {#if $ae_loc.trusted_access}
+
+ {#if session_obj.event_session_id_random == $events_slct.event_session_id && ae_tmp[$events_slct.event_session_id] && ae_tmp[$events_slct.event_session_id].show__edit_poc_person}
+ {
+ console.log(`ae_crud_updated:`, e.detail);
+
+ events_func.handle_load_ae_obj_id__event_session({api_cfg: $ae_api, event_session_id: $events_slct?.event_session_id, log_lvl: 1})
+ .then(function (load_results) {
+ ae_tmp[$events_slct.event_session_id].poc_person_id = null;
+ ae_tmp[$events_slct.event_session_id].show__edit_poc_person = false;
+
+ $events_slct.event_session_id = null;
+ $events_slct.event_obj = null;
+
+ // Careful with the trigger_patch. It will keep firing if not reset.
+ ae_triggers.update_person_poc = false;
+
+ // Maybe reload page?
+ // window.location.reload();
+ });
+ }}
+ >
+ {#await $slct.person_obj_li}
+
+ {:then person_obj_li}
+ {#if person_obj_li && person_obj_li.length > 0}
+
+
+
+ {/if}
+ {/await}
+
+ {/if}
+
+ {#if ae_tmp[$events_slct.event_session_id] && ae_tmp[$events_slct.event_session_id].show__edit_poc_person}
+
+ {:else}
+
+ {/if}
+
+ {/if}
+ |
+
+{/each}
+