[REF] Fix issue where by using the i18n translation form with RichTex… #361
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.
…tEditor widgets was causing data to be escpaed in the database
@demeritcowboy I believe this resolves your testing issue found here civicrm/civicrm-core#26135
The problem being is that the data is being escaped as part of exportValues before being sent into the database because by default the widgets have a collapsed class added here https://github.com/civicrm/civicrm-core/blob/master/CRM/Core/I18n/Form.php#L79 as well as the wysiwyg class here https://github.com/civicrm/civicrm-core/blob/master/CRM/Core/Form.php#L476 which means that this if statement returns false for them
ping @mlutfy