Skip to content

Commit

Permalink
Merge 7d215ac into 1b8fbfb
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Sep 26, 2016
2 parents 1b8fbfb + 7d215ac commit 8c8783f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Expand Up @@ -2,7 +2,11 @@ Changelog
=========

1.9.1 (unreleased)
-----------------
------------------

- Use the RAW text for Archetypes based TinyMCE content, this fixes
image handling with TinyMCE.
[pcdummy]

- Possible to use Rich Text (TinyMCE 4, properly configured) pattern
in Dexterity types other than plone.app.contenttypes implementation,
Expand Down
2 changes: 1 addition & 1 deletion plone/app/widgets/at.py
Expand Up @@ -578,7 +578,7 @@ def _base_args(self, context, field, request):
charset = properties.site_properties.getProperty('default_charset',
'utf-8')
args['value'] = (request.get(field.getName(),
field.getAccessor(context)())
field.getRaw(context))
).decode(charset)

args.setdefault('pattern_options', {})
Expand Down

0 comments on commit 8c8783f

Please sign in to comment.