После импорта данных в XWIki у меня появились потерянные страницы. Из список можно увидеть на панели Panels.OrphanedPages. Настраиваем возможность удаления таких страниц.
Редактируем файл настроек XWiki — /etc/xwiki/xwiki.properties.
Параметр core.hierarchyMode устанавливаем в parentchild.
core.hierarchyMode=parentchild
[Since 7.2M2] Define which hierarchy is used between pages (for example inside the breadcrumb). Possible values are "reference" (default) or "parentchild". If "parentchild" is used, the hierachy is based on the parent/child relationship, which means that any document could be defined as the parent of an other document. If "reference" is used, then the children of a document must be placed inside this document. It's less flexible but more clear.
Перезагружаем веб сервер.
service tomcat8 restart
Переходим к перечню страниц:
В перечне страниц появляется новая вкладка — потерянные страницы.
В колонке "Действия" есть опции для удаления потерянных страниц.