[MAGNOLIA-1970] uuidLinkType has errors in the tld file Created: 20/Dec/07  Updated: 23/Jan/13  Resolved: 20/Dec/07

Status: Closed
Project: Magnolia
Component/s: taglibs
Affects Version/s: 3.5.2
Fix Version/s: 3.5.3

Type: Bug Priority: Major
Reporter: Ryan Gardner Assignee: Jan Haderka
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: 5m
Time Spent: Not Specified
Original Estimate: 5m

Attachments: Text File fixing_errors_in_cms_tld.patch    
Issue Links:
relation
is related to MAGNOLIA-1211 Generate TLD files Closed
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 Description   

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.



 Comments   
Comment by Ryan Gardner [ 20/Dec/07 ]

This could be considered related to http://jira.magnolia.info/browse/MAGNOLIA-1211

Comment by Magnolia International [ 20/Dec/07 ]

Thanks for the patch Ryan !
Jan, could you take care of it ?

Comment by Jan Haderka [ 20/Dec/07 ]

svn #13822

Generated at Mon Feb 12 03:32:07 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.