Skip to content

Commit

Permalink
Minor typos and fixes
Browse files Browse the repository at this point in the history
[#186001975]
  • Loading branch information
spokenbird committed Nov 30, 2023
1 parent 05439de commit 26fc4cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2688,8 +2688,8 @@ be included in the PDF that is generated or in any other processes that are trig

An example of a time you might include a non-static page in the list of allowed pages is if you have
a page that is used to collect feedback from the user after they have submitted their application. In
this scenario you can include the feedback page in the list of allowed pages so that the user can
can submit their feedback after they have submitted their application. The data would be saved
this scenario you can include the feedback page in the list of allowed pages so that the user can
submit their feedback after they have submitted their application. The data would be saved
in the Submission object, but would not be included in the PDF or any other processes that are triggered
upon submitting.

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/formflow/library/FormFlowController.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ protected void setSubmissionInSession(HttpSession session, Submission submission
*
* @param screen The current screen name.
* @param submission The submission object.
* @param flowName
* @param flowName The name of the flow to check.
* @return true if the user should be redirected, false otherwise.
*/
public boolean shouldRedirectDueToLockedSubmission(String screen, Submission submission, String flowName) {
Expand Down

0 comments on commit 26fc4cc

Please sign in to comment.