uuidLinkType has errors in the tld file
---------------------------------------
Key: MAGNOLIA-1970
URL: http://jira.magnolia.info/browse/MAGNOLIA-1970
Project: Magnolia
Issue Type: Bug
Components: taglibs
Affects Versions: 3.5.2
Reporter: Ryan Gardner
Assigned To: Fabrizio Giustina
Attachments: fixing_errors_in_cms_tld.patch
Currently reads:
<description>
Transform a uuid value to a link. The following values are supported
none: no transformation (default value)
absolut: path resolved by using the repository mapping feature
path: the path of the content
relative: relative path to the current page
</description>
in looking at the Out.java code, it's clear that it should read like this:
(Comments after each value taken straight from the code) -
<description>
Transform a uuid value to a link. The following values are supported
none: no uuid to link resolving. (default value)
absolute: Resolve to a absolute link using the repository to uri
mapping feature.
handle: resolve to a absolute link but do not use the repository to uri
mapping.
relative: resolve to relative path. Path is relative to current page.
</description>
I've attached a patch to this that applies this fix.
--
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
----------------------------------------------------------------