Change live/archived pages view for multiple branches#2791
Merged
Conversation
ffbb55f to
c3e90a8
Compare
Contributor
|
Content in the screenshots looks perfect! thank you. |
lfdebrux
reviewed
May 19, 2026
00419ee to
1ad7107
Compare
When a form has the multiple_branches_enabled flag set, the live and archived show pages has a different format to display the routes for a form.
The step_summary_card_service needs to know if the group for a given form has the multiple_branches_enabled flag set, so it has to be passed in through the chain of things that make use of it.
When a route uses the none_of_the_above option as its trigger, we need to display "None of the above" rather than just using the answer_value for the condition.
1ad7107 to
73825d7
Compare
|
🎉 A review copy of this PR has been deployed! You can reach it at: https://pr-2791.admin.review.forms.service.gov.uk/ It may take 5 minutes or so for the application to be fully deployed and working. If it still isn't ready For the sign in details and more information, see the review apps wiki page. |
lfdebrux
approved these changes
May 20, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When a form has the multiple_branches_enabled flag set, the live and archived show pages has a different format to display the routes for a form.
What problem does this pull request solve?
https://trello.com/c/LtIlAUBk/3072-show-new-routes-in-live-archived-view
The live and archived form view shows multiple branch routes appropriately.
Single conditional route
Multiple conditional routes
Unconditionally go to a page
Unconditionally go to the end of the form
Fixing the none_of_the_above bug for the current forms as well
before:

after:
