Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.1 M3
-
None
Description
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.
Checklists
Acceptance criteria