[ http://jira.magnolia.info/browse/MAGNOLIA-1697?page=all ]
Philipp Bracher resolved MAGNOLIA-1697.
---------------------------------------
Fix Version/s: 3.1
Resolution: Fixed
Assignee: Philipp Bracher (was: Boris Kraft)
Is fixed by MAGNOLIA-1807
> DialogFckEdit.convertToView() doesn't properly add contextPath to dms links
> ---------------------------------------------------------------------------
>
> Key: MAGNOLIA-1697
> URL: http://jira.magnolia.info/browse/MAGNOLIA-1697
> Project: Magnolia
> Issue Type: Bug
> Components: gui
> Affects Versions: 3.1 M3
> Reporter: Tom Jensen
> Assigned To: Philipp Bracher
> Fix For: 3.1
>
> Attachments: DialogFckEdit.patch
>
>
> At line 365 in DialogFckEdit.convertToView() there is a check to determine
> whether a UUIDLink instance is a link to a binary or not by checking for a
> NodeData object associated with it.
> if (uuidLink.getNodeData() == null) {
> This will always cause UUIDLink objects that are from the dms to generate
> incorrect links. The contextPath will never be added to the link.
> Nodes in the dms don't use NodeData objects like the website, or at least the
> DMSDownloadServlet doesn't work the same.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------