|
@@ -79,7 +79,7 @@ class PageBulkExportService {
|
|
|
const { PageQueryBuilder } = Page;
|
|
const { PageQueryBuilder } = Page;
|
|
|
|
|
|
|
|
const builder = new PageQueryBuilder(Page.find())
|
|
const builder = new PageQueryBuilder(Page.find())
|
|
|
- .addConditionToListOnlyDescendants(basePagePath);
|
|
|
|
|
|
|
+ .addConditionToListWithDescendants(basePagePath);
|
|
|
|
|
|
|
|
return builder
|
|
return builder
|
|
|
.query
|
|
.query
|