Describe the bug
In the API, if I have a page that has a subpage, for the parent page, subpageOrder contains that child page's ID. When deleting (permanently) the subpage, it's ID still shows in subpageOrder on the parent.
To Reproduce
Steps to reproduce the behavior:
- Create a page
- Create a subpage of the first
- Verify its ID shows up in the API under
subpageOrder
- delete the subpage
- go to trash and permanently delete it
- Check API and see the ID still there.
Expected behavior
subpageOrder should be cleaned up when pages are deleted
Screenshots
If applicable, add screenshots to help explain your problem.
Server details:
- Collectives app version: 4.4.2
- Nextcloud version: 33.0.5
- PHP Version: managed by AIO
- Database: managed by AIO
Describe the bug
In the API, if I have a page that has a subpage, for the parent page,
subpageOrdercontains that child page's ID. When deleting (permanently) the subpage, it's ID still shows insubpageOrderon the parent.To Reproduce
Steps to reproduce the behavior:
subpageOrderExpected behavior
subpageOrdershould be cleaned up when pages are deletedScreenshots
If applicable, add screenshots to help explain your problem.
Server details: