-
-
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
Bad ordering range after save #2997
Comments
Sometimes after adding child page, its index is 99999. |
@lufog is this related to the numbers on the folder name? can you test without numbers on the folder name |
|
Which version of admin are you using? If 1.7, are you using the new admin or the old? |
I was able to reproduce this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you save page via admin plugin, it is given the wrong index.
How to reproduce:
Parent
Child 1
andChild 2
.Child 1
via admin plugin, and change Folder Name, for example tochild-1-abc
.After saving, page structure is:
And on the site you get error
An exception has been thrown during the rendering of a template ("Undefined index: markdown")
.The text was updated successfully, but these errors were encountered: