Skip to content

feat(website): Persist previous file uploads when revising submissions#6694

Draft
tombch wants to merge 25 commits into
mainfrom
single-submission-revise-files
Draft

feat(website): Persist previous file uploads when revising submissions#6694
tombch wants to merge 25 commits into
mainfrom
single-submission-revise-files

Conversation

@tombch

@tombch tombch commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

resolves #5819 and #5829

Screenshot

PR Checklist

  • All necessary documentation has been adapted.
  • The implemented feature is covered by appropriate, automated tests.
  • Any manual testing that has been done is documented (i.e. what exactly was tested?)

🚀 Preview: Add preview label to enable

@claude claude Bot added the website Tasks related to the web application label Jun 16, 2026
@claude

claude Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR may be related to: #5820 (Revise in bulk reusing existing files)

tombch and others added 17 commits June 22, 2026 10:07
…dit page: if we had an empty file mapping, keyed on submission id, this would display the folder upload. files would then be added, but keyed to dummy submission id. at submit time, the 'first' item in the map was accessed - the empty submission id map. I've decided to update the component to include an optional formSubmissionId, as in the edit/revise case we have the submission id already. this removes the possibility of having a mix of real id and dummy in the single edit/revise case which IMO was a bit of a footgun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

website Tasks related to the web application

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Revise single entry reusing existing files

1 participant