Replace _random archive ID variants with V3 canonical field names
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>
This commit is contained in:
@@ -178,7 +178,7 @@ async function handle_submit_form(event: any) {
|
||||
}
|
||||
|
||||
$idaa_slct.archive_id =
|
||||
archive_obj_create_result.archive_id_random;
|
||||
archive_obj_create_result.archive_id;
|
||||
$idaa_slct.archive_obj = archive_obj_create_result;
|
||||
|
||||
return update_archive_obj_promise;
|
||||
|
||||
Reference in New Issue
Block a user