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 ampersand being parsed to html encoding by QuillJS #660

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

sebastian-aranda
Copy link
Contributor

This PR extends the methods to save and update logs on the NonExposureEdit, ExposureAdd and ExposureDetail components so the ampersand character (&) is parsed back to its original form. The QuillJS editor parses this automatically to html encoding & -> &, so we added some code to parse this back.

Copy link
Contributor

@couger01 couger01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@sebastian-aranda sebastian-aranda merged commit db1e663 into develop Aug 26, 2024
2 checks passed
@sebastian-aranda sebastian-aranda deleted the tickets/DM-45943 branch August 26, 2024 02:29
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.

2 participants