archive_obj.archive_id_random → .archive_id in load function and post-create assignment; remove archive_id_random and hosted_file_id_random from editable fields list — V3 returns the random string as the primary ID field directly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
514 B
TypeScript
28 lines
514 B
TypeScript
export const editable_fields__archive_content = [
|
|
'archive_id',
|
|
'archive_content_type',
|
|
'name',
|
|
'description',
|
|
'content_html',
|
|
'content_json',
|
|
'url',
|
|
'url_text',
|
|
'hosted_file_id',
|
|
'file_path',
|
|
'filename',
|
|
'file_extension',
|
|
'original_datetime',
|
|
'original_timezone',
|
|
'original_location',
|
|
'original_url',
|
|
'original_url_text',
|
|
'enable_for_public',
|
|
'cfg_json',
|
|
'enable',
|
|
'hide',
|
|
'priority',
|
|
'sort',
|
|
'group',
|
|
'notes'
|
|
];
|