refactor: stabilize event file management and ID synchronization
- Updated 'process_ae_obj__event_file_props' to synchronize generic 'for_id' with specific object IDs (e.g., 'event_presenter_id'). - Standardized 'element_manage_event_file_li_direct.svelte' to use specific ID filtering. - Fixed missing 'prevent_default' in 'ae_comp__hosted_files_clip_video.svelte'. - Resolved miscellaneous type and syntax errors identified by svelte-check.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
ae_tmp.show__direct_download = false;
|
||||
// let ae_triggers: key_val = {};
|
||||
|
||||
let dq__where_val: string = `${link_to_type}_id_random`;
|
||||
let dq__where_val: string = `${link_to_type}_id`;
|
||||
let dq__where_eq_val: string = link_to_id;
|
||||
|
||||
// This should include all files that are associated with an object (event, location, session, presenter, etc.)
|
||||
|
||||
Reference in New Issue
Block a user