-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Parent page duplicated on huge use with menu_order in dropdown #12795
Comments
The best way to solve it may be to:
|
I am seeing this same behavior (duplicates and missing pages) with WordPress 5.0.3. We have over 500 pages. I'm not sure if order has been set on any. The parent page dropdown from within Quick Edit still works correctly. |
This issue was reported by a WordPress.com user with an Atomic site. |
I have the same issue too. I have a large site with over 500 pages and my issue is exactly as described above. |
I have the same issue. 500+ pages. It's been a year...Is WP planning to fix this or shall we give up on Gutenberg (again)? |
Possibly related: #21563 |
I also reported this problem in #13618 (comment) and reproduced it today with Gutenberg 8.4. See also TRAC 46294 https://core.trac.wordpress.org/ticket/46294 |
…, reproducable ordering
…, reproducable ordering
…, reproducable ordering
…, reproducable ordering
Describe the bug
Context: on a website with a lot of pages on 0/1/2/3 or 4 sublevels depending on the 1st level page, using menu order on first level but also sometimes on sublevel, the dropdown duplicate some pages and doesn't show all.
Debugging:
gutenberg/packages/editor/src/utils/terms.js
Line 13 in ee6060f
gutenberg/packages/editor/src/utils/terms.js
Line 14 in ee6060f
In my tests, the param
flatTerms
looks fine in both cases, buttermsByParent
is differentTo Reproduce
Steps to reproduce the behavior:
Expected behavior
No duplicate content
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: