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

A panel in a nested document won't be registered at startup

    XMLWordPrintable

Details

    • Unknown
    • N/A
    • N/A

    Description

                  Query query =
                      queryManager.createQuery("select doc.space, doc.name from Document doc, doc.object(Panels.PanelClass) "
                          + "as panel", Query.XWQL);
                  List<Object[]> results = query.execute();
                  for (Object[] result : results) {
                      references.add(
                          new DocumentReference(getXWikiContext().getWikiId(), (String) result[0], (String) result[1]));
                  }
      

      Attachments

        Activity

          People

            tmortagne Thomas Mortagne
            tmortagne Thomas Mortagne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - Not Specified
                Not Specified
                Logged:
                Time Spent - 1 hour
                1h