-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add a test for going from a regular POST into a subflow #425
Conversation
spokenbird
commented
Oct 25, 2023
- Adds a test to prevent regression with regards to c05abf3
@@ -9,8 +9,8 @@ | |||
<main id="content" role="main" class="form-card spacing-above-35"> | |||
<th:block | |||
th:replace="~{fragments/cardHeader :: cardHeader(header='Subflow Page', subtext='This is a page within a subflow')}"/> | |||
<!-- Test that the currentSubflowItem is passed in by the controller: --> | |||
<div th:text="${currentSubflowItem.firstNameSubflow}"></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what this was doing exactly but firstNameSubflow was null and I couldn't figure out what would have been setting it in the first place.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if that was debug that didn't get taken out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should that div
even be there? Not exactly sure what it's doing either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you might be right, I'll take it out all together.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spokenbird Did you decide to remove this?
@spokenbird, when your back, what's the status of this PR? Is is ready to be reviewed? |
b8efc53
to
63ad9b6
Compare
63ad9b6
to
7672bcf
Compare