Describe the bug
When the name property is set in the json, it should change the cookie banner and title to the configured name. This happens on all form pages except for the summary page.
To Reproduce
Steps to reproduce the behavior:
- Add
"name": "Testing" to a form json
- See that question pages has "cookies on Testing" in the cookie banner, and "Testing" in the menu banner
- Continue to the summary page
- See that the summary page does not display the right name in the cookie banner or title
Expected behaviour
The configured name should be displayed on summary pages.
Screenshots
Currently:

However it should look like:

Repository
Additional context
The SummaryViewModel is not setting this.name = model.name.
Describe the bug
When the name property is set in the json, it should change the cookie banner and title to the configured name. This happens on all form pages except for the summary page.
To Reproduce
Steps to reproduce the behavior:
"name": "Testing"to a form jsonExpected behaviour
The configured name should be displayed on summary pages.
Screenshots

Currently:
However it should look like:

Repository
Additional context
The SummaryViewModel is not setting
this.name = model.name.