Skip to content

Commit

Permalink
More resilient and robust csv ui upload of EHIC
Browse files Browse the repository at this point in the history
  • Loading branch information
matskramer committed Jan 15, 2025
1 parent fca03b1 commit e5bbc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/static/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ const addUploadDocumentsUsingCsvFormArticleToContainer = () => {
credential_valid_to: convertToUnixTimestampOrNull(asDate(row.ehic_end_date)),
document_data_validation: null,
collect: {
id: asString(row.document_id),
id: asString(row.document_id || generatedDocumentId),
valid_until: convertToUnixTimestampOrNull(asDate(row.ehic_expiry_date)),
},
},
Expand Down

0 comments on commit e5bbc56

Please sign in to comment.