Uploaded image for project: 'Publication Workflow Application'
  1. Publication Workflow Application
  2. XAWORKFLOW-120

Image without specified document reference are unnecessary modified when published

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.4.3
    • 2.4.2
    • None
    • Unknown

    Description

      In a Draft, if you add an image in the content using the wysiwyg editor will be inserted this way in source : 

      [[image:myImage.ext]] 

      Publishing this content will result in :

      [[image:PublishedDocument@myImage.ext]]  

      It causes an issue when the document is renamed as the reference is not updated, images are displayed as broken because the previous document does not exist anymore.

       

      The code is already managing image block like

      image:myImage.ext 

      using 

      imageBlock.isFreeStandingURI() 

      but isFreeStandingURI() is true only if there are no brackets around the image block.

      Attachments

        Issue Links

          Activity

            People

              fveron Florian Véron
              fveron Florian Véron
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: