-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Can no longer attach pages to non-routable pages in v1.8.16 #1599
Comments
Guessing this PR is the cause: ffe08b0 |
It's an option in the admin plugin config, but seems like it should default to the previous behavior, but allow you to disable it. |
Thanks Andy, that seems to be the cause indeed. While the admin panel does show 'Modular parents - enabled' after updating, it doesn't default to the previous behavior. Hitting save in the admin panel settings (without changing anything) solved the problem I was experiencing. |
Great I’ll fix that for the next release. |
It seems that in v1.8.16 of the admin plugin it is no longer possible to attach pages to a non-routable but visible, published page.
I have a site structure like this:
-- Section (non-routbale, visible, published)
--- Child page 1 (routabe, visible, published)
--- Child page 2 (routable, visible, published)
When I create a new page, the dropdown for 'Parent page' only shows the Main page. When I edit 'Child page 1' the 'Parent page' dropdown indicates that the page will be attached to the root when I save it.
Is this intended functionality?
The text was updated successfully, but these errors were encountered: