fix(launcher/files): hide admin-purpose files and fix event_file_id in PATCH body
- launcher_file_cont: add 'admin' file_purpose to hide_draft filter (alongside outline/draft) - element_manage_event_file_li: remove event_file_id from data_kv passed to update_ae_obj; it was being sent in the PATCH body causing 'Unknown column event_file_id in SET' (400) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -636,8 +636,6 @@ async function handle_convert_pdf_to_image(event_file_obj: key_val) {
|
||||
);
|
||||
|
||||
let event_file_data = {
|
||||
event_file_id:
|
||||
event_file_obj.event_file_id,
|
||||
file_purpose: (
|
||||
e.target as HTMLInputElement
|
||||
).value
|
||||
|
||||
Reference in New Issue
Block a user