-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: 9.10-HF14, 10.1-SNAPSHOT
-
Component/s: Web UI
-
Release Notes Summary:Notes using XML format display XML tags.
-
Release Notes Description:
-
Backlog priority:400
-
Sprint:nxGang Sprint 10.1.6
-
Story Points:1
Steps to reproduce:
- Using JS Client, create an XML Note document:
nuxeo.repository() .create('/path', { 'entity-type': 'document', 'type': 'Note', 'name': 'note-2-xml', 'properties': { 'dc:title': 'Note:xml-2', 'note:mime_type': 'text/xml', 'note:note': '<note><to>Testers</to><from>Nuxeo</from><heading>Message</heading><body>Thank you!</body></note>' } });
=> The created contains the XML tags (since
NXP-24100fix) but is still not displayed correctly in the UI (see XML_in_WebUI.png screenshot):... "properties": { "note:note": "<note><to>Testers</to><from>Nuxeo</from><heading>Message</heading> <body>Thank you!</body></note>", "note:mime_type": "text/xml", ...
- For comparison, using JS Client, the same document is displayed correctly in JSF (see XML_in_JSF.png screenshot).
Expected behavior:
- The view layout of an XML Note document should not include a rich text editor.
- The XML tags should be displayed.
- is related to
-
ELEMENTS-578 Add previewer for XML notes
- Resolved
-
NXP-24100 Can't create XML Note document with REST API
- Resolved
-
NXP-25282 Make HTML source available on HTML editor
- Resolved