-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
4.2, 4.3, 4.4
-
4.5 M2
How to reproduce :
1 - Create a FAQ with 2 "Questions" entries and fill "Réponse" field with a local image.
Here is an example :
2 - Save this FAQ.
3 - Open it in edition and click on following arrow, to change the order of entries :
4 - Click on Save button.
Following error is displayed :
- created
-
CMS-11330 [Externalizable data] Switch status of a rich text with images leads to errors
-
- Open
-
- discovered while testing
-
CMS-10443 Refactor EditContentFunction
-
- Closed
-
- Est bloqué par
-
CMS-10809 [RichText] Unable to add several attachments with the same filename
-
- Closed
-
- Est dupliqué par
-
CMS-9605 Unable to save content after moving a repeater entry which contains an image
-
- Closed
-
- Référence
-
NEWSLETTER-178 [Newsletter auto] Illustrations are not displayed in the newsletter
-
- Closed
-
- testing discovered
-
CONTENTIO-219 [Archive import] Newsletters are not imported
-
- Open
-
-
CMS-10838 [RichText] Error in repeater when saving content without leaving edition mode
-
- Closed
-
This is a quite important issue as wrong data is stored.
For a local image/audio/video, the following uri is stored in the docbook : "<content id>@<attribute path>;<filename>"
The content id is overridden by the current content, but the attribute path is taken as is.
The main issue is that content id and attribute path should not be stored at all !
When fixing this issue, all rich text should be migrated to remove references to content id and attribute path.
One way to fix is to rebuild the docbook @fileref attribute when SAXing a RichText