Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
1.2 M1, 1.1.2
-
None
Description
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:
#macro(displaypanel $name)
#set ($pobj = "")
#set ($paneldoc = $xwiki.getDocument($name))
#if ($paneldoc && $paneldoc.fullName==$name)
...