-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conscript/local: temporary fix for form bug
This fix is temporary, because it seems wrong to use as the request the request of the original study. So far, this didn't cause any errors, but I feel that this is not the right approach. Bug in previous version: in `preview`, if a form got submitted on page 1 and on page 2 we have another form, then somehow the request persisted in such a way that the form on page 2 was processed with the values from the previous form. If both forms required a number, then the first form would be submitted successfully, and then second form would two, literally skipping the page!
- Loading branch information
1 parent
1bcb9f7
commit c2ff054
Showing
1 changed file
with
28 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters