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

fix: [#9441] Multi-line SSML causes escaping issues #9444

Merged
merged 14 commits into from
May 16, 2024

Conversation

ceciliaavila
Copy link
Collaborator

Description

This PR fixes the escaping issue happening when adding an SSML tag as the Speak value for a "Send a response" node.
The fixMultilineItems function in useStringArray was treating the tag as a multiline variation. We added a condition to remove the line breaks if the variation includes SSML content.

Task Item

Fixes #9441

Screenshots

These images show the escaping made before and no escaping applied after the changes.
image

@coveralls
Copy link

coveralls commented Dec 13, 2022

Coverage Status

coverage: 54.421% (-0.003%) from 54.424%
when pulling 1fd3b75 on southworks/fix/escaping-in-ssml-tags
into 4447aca on main.

@anishprasad01 anishprasad01 added the Support-P1 Second priority PRs as requested by the Support Team label Jan 16, 2023
OEvgeny
OEvgeny previously approved these changes May 8, 2023
@OEvgeny OEvgeny merged commit 407ce74 into main May 16, 2024
6 checks passed
@OEvgeny OEvgeny deleted the southworks/fix/escaping-in-ssml-tags branch May 16, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support-P1 Second priority PRs as requested by the Support Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-line SSML causes escaping issues
7 participants