You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the first partial save or when the session expires, it creates a new partial submission.
Every time the user hit "next" or "prev" after the session timed out, it will create a new submission
This can be handled in a way that when the session has expired, the user will be redirected to the "intro" screen.
When a new submission is created, it saves without a parent
Without a parent creates an "AccordionItems" as parent (first DataObject found) and will later be updated with the correct parent data. To fix this, we can add a hidden field to the form which contains the UserDefinedForm ID, and pass this data when saving partial submission.
The text was updated successfully, but these errors were encountered:
lhalaa
changed the title
On creating a new partial form submission
On creating a new partial submission in savePartialSubmission
Aug 23, 2019
Firesphere
changed the title
On creating a new partial submission in savePartialSubmission
Keep current partial submission instead of creating a new partial submission on session time-out
Aug 26, 2019
During the first partial save or when the session expires, it creates a new partial submission.
Every time the user hit "next" or "prev" after the session timed out, it will create a new submission
This can be handled in a way that when the session has expired, the user will be redirected to the "intro" screen.
When a new submission is created, it saves without a parent
Without a parent creates an "AccordionItems" as parent (first DataObject found) and will later be updated with the correct parent data. To fix this, we can add a hidden field to the form which contains the UserDefinedForm ID, and pass this data when saving partial submission.
The text was updated successfully, but these errors were encountered: