Skip to content

Commit

Permalink
Fix WIC page that was accidentally doing a "submit" of the submission
Browse files Browse the repository at this point in the history
This caused the submission to get locked and the tests to fail.
  • Loading branch information
bseeger authored and vrajmohan committed Jan 18, 2024
1 parent d80b3cc commit 1118c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/mdBenefitsFlow/wicLinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<span class="spacing-below-25" th:text="#{wic-links.at-the-end-of-this-app}"></span>
</div>
<th:block
th:replace="~{fragments/form :: form(action=('/flow/' + ${flow} + '/'+ ${screen} + '/submit' ), content=~{::submitForm})}">
<th:block th:ref="submitForm">
th:replace="~{fragments/form :: form(action=(${formAction}), content=~{::content})}">
<th:block th:ref="content">
<div class="form-card__footer spacing-below-60">
<th:block th:replace="~{fragments/inputs/yesOrNo :: yesOrNo(
label=#{wic-links.are-you-interested},
Expand Down

0 comments on commit 1118c37

Please sign in to comment.