Similar to this one https://jira.xwiki.org/browse/XWIKI-22627 but when the move is done by a user which has the rights to do the move but not the admin rights for the space. Might be related to https://jira.xwiki.org/browse/XWIKI-22583 Steps to reproduce:
- Create a new space (with a user which don't have admin right)
- Create a few children within this space
- Set Pinned pages from the space administration with an order different than alphabetical (for clarity) (with an admin user)
- Move the space to a different location with the non admin user.
Expected behavior: The Pinned pages are also moved so the order in the tree will remain the same. Actual behavior: The 'pinnedChildPages' propety does not carry on the move action and the order in the tree will revert to alphabetical. |