Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/main Date: 2025-01-30T12:53:37+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.exportimport@12f3434 Export the raw value of rich text fields, instead of the transformed output. This fixes internal links in Classic UI based distributions. Fixes plone/plone.exportimport#48 Sample difference in output: ``` < "data": "<p>Link to <a href=\"http://nohost/Plone/news\">news</a>.</p>", --- > "data": "<p>Link to <a href=\"resolveuid/4053ffb6901342ac991afb54da15ab77\" data-linktype=\"internal\" data-val=\"4053ffb6901342ac991afb54da15ab77\">news</a>.</p>", ``` Files changed: A news/48.bugfix M src/plone/exportimport/serializers/configure.zcml M src/plone/exportimport/serializers/fields.py Repository: plone.exportimport Branch: refs/heads/main Date: 2025-01-31T09:11:55+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.exportimport@ba480e3 Merge pull request #49 from plone/export-richtext-raw Export the raw value of rich text fields Files changed: A news/48.bugfix M src/plone/exportimport/serializers/configure.zcml M src/plone/exportimport/serializers/fields.py
- Loading branch information