Details
-
Bug
-
Resolution: Obsolete
-
Low
-
None
-
5.6
Description
You can see here it takes a property as a parameter but does nothing with it.
In the end:
of info.magnolia.templating.jsp.cmsfn.JspTemplatingFunction.link(ContentMap contentMap, String propertyName) just ignored the propertyName:
public static String link(ContentMap contentMap, String propertyName) throws RepositoryException
{ *return* getTemplatingFunctions().link(contentMap); }
Checklists
Acceptance criteria