-
Notifications
You must be signed in to change notification settings - Fork 2
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
Edit saved form & replace saved XML functionality #161
Conversation
95c10a5
to
efbc844
Compare
Pushed an test for testing XML replace with Cypress. This fixes #160 |
@saulipurhonen could we also solve conflicts ? I think merging #159 into |
Conflicts resolved. |
I have a small question about the code: In
When will the condition |
I stumbled into this before but on my local it got fixed with React Hook Form |
This is a fallback if user saves a draft, edits form and navigates when This logic could have some improvements. |
Test snackbar alert when replacing XML file
Description
Introduced edit functionality for submitted forms and
replace
functionality for uploaded XML files.Related issues
Closes #144
Type of change
Changes Made
Submit
button type and label according to what user is filling / editing / uploading / replacingdraftObject
slice tocurrentObject
replace object in folder
sotags
can be updatedTesting
XML replace testing needs to be done some other way. Issued in #160