Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-1857

Panels from virtual wikis cannot be referenced in the list of Panels

    XMLWordPrintable

Details

    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)
      ...
      

      Attachments

        Activity

          People

            vmassol Vincent Massol
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: