{$events_slct.presenter_obj.affiliations ?? '-- affiliations not set --'}
{$events_slct.presenter_obj.professional_title && $events_slct.presenter_obj.professional_title.length ? $events_slct.presenter_obj.professional_title : '-- professional title not set --'}
{$events_slct.presenter_obj.person_passcode ?? '-- passcode not set --'} (your passcode)
{#if ae_tmp[event_file_obj.event_file_id_random] && ae_tmp[event_file_obj.event_file_id_random]?.show__edit_file_purpose === true}
{
console.log(`ae_crud_updated:`, e.detail);
events_func.handle_load_ae_obj_id__event_file({api_cfg: $ae_api, event_file_id: event_file_obj.event_file_id_random, log_lvl: 1})
.then(function (load_results) {
// We need to force reload the Indexed DB - Dexie.js?
// Sometimes the changes are not seen. The file disappears when the Save button is pressed.
// Maybe reload page?
// window.location.reload();
})
.finally(function () {
// ae_tmp[event_file_obj.event_file_id_random].file_purpose = null;
ae_tmp[event_file_obj.event_file_id_random].show__edit_file_purpose = false;
// Careful with the trigger_patch. It will keep firing if not reset.
ae_triggers.update_event_file_purpose = false;
});
}}
>
{:else}
{/if}