-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Folder page ordering doesn't obey 99+ #1524
Comments
Shouldn't be the case, just tested. |
And then all the child pages are labeled numerically do order them and allow for content editors to reorder them the way they want. |
I assumed you're referring to the order in the frontend, is this right? Or are you talking about the Admin interface? |
The admin interface for content editors shows the order correctly. When it renders on the frontend, it is out of order, with 100+ showing up first and then 1+. So, the list is up to 107. Numbers 100-107 show up at the top of the list and then start counting from 1. |
I cannot replicate the problem. Can you PM me your user/ folder via Slack? This will make sure I test your same exact code. |
I can actually reproduce this on linux only. On mac this is fine. |
@flaviocopes Looks like you have overridden |
@l3aconator mind testing my fix in #1564 ? |
@w00fz Will do. Our production servers are linux. I'll take a look. |
The folder numerical ordering doesn't obey the order over 99. Anything over 99 puts them back at the top of the order structure on render instead of continuing sequentially.
The text was updated successfully, but these errors were encountered: