Open
Description
Due to the use of jqTree, the tree should start with root nodes only. This breaks with pagination, causing the error:
Cannot reorder a query once a slice has been taken.
This happens because the adminlist_recursetree
attempts to sort the tree on lft
value. To really fix this issue, the next page should start with the first root too. That could be implemented by using a custom paginator on the parent admin.