| I. There are missing pages in the selection tree when choosing the option to "Affect children" : To reproduce this issue :
- Create a range of pages in the Sandbox space, from Page-0 to Page-20
- Go to Sandbox.WebHome, choose to delete the page
- Select the "Affect children" option
- Open the tree of "Pages that do not belong to any extension"
- Click on "N more" to expand the tree
Expected result : all the child pages are being displayed in the tree Actual result : some child pages are missing from the tree. In the example below, Page-3 is missing :  This means that it is impossible to delete a page with all its children. II. When selecting "Pages that do not belong to any extension", the pages that are missing from the tree (see point I. above) are being deleted at confirmation. When looking at the logs of the delete job, some documents are being displayed twice. With the example above, where Page-3 is not displayed in the selection tree, Page-12 shows up twice in the delete logs :  It turns out that Page-3 was actually deleted, so the duplication is probably a wrong display of Page-3. |