There are 2 updates.
 
 
Confluence / cid:jira-generated-image-avatar-f7d2c5e5-eb8a-424e-8c7d-45c22ef55e5e CONFLUENCE-499 Open

Pages that are not imported for some reason should not be listed in pinned pages when importing page order

 
View issue   ·   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-996ac4da-e1c4-4a8c-a089-d5184f6ea68d Changes by Raphaël Jakse on 15/Sep/25 14:50
 
Summary: Deleted pages Pages that are not imported for some reason should not be listed in pinned pages when importing page order
Description: We shouldn't list pages we are not importing (deleted or draft page (pages for which ConfluenceXMLPackage#mustIgnoreContent returns true)) into XWiki.PinnedChildPagesClass objects.

We already don't list deleted and draft pages, but pages can be not imported through other means, including the "includedPages" and "excludedPages" parameters, as well as the maxPageCount parameter.