Panels from virtual wikis cannot be referenced in the list of Panels
--------------------------------------------------------------------
Key: XWIKI-1857
URL: http://jira.xwiki.org/jira/browse/XWIKI-1857
Project: XWiki Platform
Issue Type: Improvement
Components: Templates, Skins & User Interface
Affects Versions: 1.2 M1
Reporter: Vincent Massol
Priority: Minor
Fix For: 1.2 M2
Right now adding a panel using the syntax <wiki name>.<space>.<page> doesn't
work.
This is because of the second check in the if below:
{code}
#macro(displaypanel $name)
#set ($pobj = "")
#set ($paneldoc = $xwiki.getDocument($name))
#if ($paneldoc && $paneldoc.fullName==$name)
...
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications