Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JSON data when altering the page order #337

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PLUS-RobertEhrenleitner
Copy link
Contributor

This fixes an issue when there are more than 1000 pages to move, since this is the limit of query parameters most servers can handle. The list of pages is collapsed into a single field, which is represented as JSON data, rather than as an array.

@drewbaker
Copy link

Would love to see this merged, anything to speed up the performance when dealing with large numbers of pages!

@PLUS-RobertEhrenleitner
Copy link
Contributor Author

@drewbaker Did you comment to the wrong PR? This PR does not speed up anything. It just fixes an issue when moving a too large subtree. The speed up can be achieved by PR 335, also submitted by me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants