uopdates to naming convention and date handling

This commit is contained in:
2024-05-15 10:40:59 +01:00
parent 90e9c6335e
commit 9f3f1c996c
5 changed files with 31 additions and 53 deletions
@@ -985,7 +985,7 @@ export const RenderFileUpload = (field) => {
(file) =>
new File(
[file],
`${field.filenamePrefix}_${file.name}`,
`${field.filenamePrefix}_-_Attachment_-_${file.name}`,
{
type: file.type,
}