-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow editing a finalized form #6591
Comments
@seadowg should the |
Yup: |
Figma link
Acceptance
Given I've filled out and finalized (or sent) a form
When I open that submission to view it from "Ready to send" (or "Sent")
And I click on the ✏️ icon in the app bar
Then the submission is opened for editing with the same answers
Given I've filled out and finalized a form
When I open that submission to view it from "Ready to send"
And I click on the ✏️ icon in the app bar
And I make changes and finalize
Then both the original and edited submission are visible in Ready to send
Given I've filled out and sent a form
When I open that submission to view it from "Sent"
And I click on the ✏️ icon in the app bar
And I make changes and send it
Then that edited submission shows up as an edit in Central
Notes
Edited submissions should use include the
deprecatedId
metadata element linking them back to the submission they are an edit of. This is already how edits work in Central.Questions
Is usingdeprecatedId
enough to have edits show correctly in Central?The text was updated successfully, but these errors were encountered: