Skip to content
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

EAR-2352 - Piping into the introduction page #213

Merged
merged 7 commits into from
May 22, 2024

Conversation

sudeepkunhis
Copy link
Contributor

@sudeepkunhis sudeepkunhis commented Apr 17, 2024

https://jira.ons.gov.uk/browse/EAR-2352

How to review

Follow all the steps given in the PR - ONSdigital/eq-author-app#3110

After piping the list supplementary data, check that the introduction page title in the convert schema is as given below.

"title": {
"text": "Information you need - {localunits_name}",
"placeholders": [
{
"placeholder": "localunits_name",
"transforms": [
{
"transform": "concatenate_list",
"arguments": {
"list_to_concatenate": {
"identifier": "local-units",
"source": "supplementary_data",
"selectors": [
"name"
]
},
"delimiter": ", "
}
}
]
}
]
},

sudeepkunhis and others added 7 commits April 17, 2024 12:29
Signed-off-by: sudeep <sudeep.kunhikannan@ons.gov.uk>
Signed-off-by: sudeep <sudeep.kunhikannan@ons.gov.uk>
Signed-off-by: sudeep <sudeep.kunhikannan@ons.gov.uk>
Signed-off-by: sudeep <sudeep.kunhikannan@ons.gov.uk>
Signed-off-by: sudeep <sudeep.kunhikannan@ons.gov.uk>
@sudeepkunhis sudeepkunhis merged commit 1bd58dc into master May 22, 2024
2 checks passed
@sudeepkunhis sudeepkunhis deleted the EAR-2352-piping-introduction-page branch May 22, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants