Preserve ZIP source during upload
Deploy contracts-flask / validate (push) Canceled after 0s

This commit is contained in:
“Naeel”
2026-08-27 09:45:54 +03:00
parent 65939984c3
commit 475efefb40
4 changed files with 35 additions and 9 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ async function onFilesSelected(newFiles) {
var resp = await uploadFile(f, function(st) {
entry.status = st;
render(state);
});
}, entry.zip_source);
if (resp && resp.contract_id) state.contractId = resp.contract_id;
entry.doc_id = resp.doc_id;
entry.status = { kind: 'uploaded' };