You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to use Wagtailmenus in my project and have an issue. When rendering the menu only top level menu items are available, the ones that were manually created in the Main menu settings in Wagtail admin. But the children pages of the top level page are not populated in the top level menu item, and the item.has_children_in_menu is False.
Here is my setup:
Django 4.0.5; Wagtail 3.0.1; Wagtailmenus 3.1.2.
I use MenuPageMixin class when creating my Page objects. The "Show in menus" is true for all the pages in the page tree. All mirations seem to be applied.
What can be wrong? Am I doing something incorrectly?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use Wagtailmenus in my project and have an issue. When rendering the menu only top level menu items are available, the ones that were manually created in the Main menu settings in Wagtail admin. But the children pages of the top level page are not populated in the top level menu item, and the item.has_children_in_menu is False.
Here is my setup:
Django 4.0.5; Wagtail 3.0.1; Wagtailmenus 3.1.2.
I use MenuPageMixin class when creating my Page objects. The "Show in menus" is true for all the pages in the page tree. All mirations seem to be applied.
What can be wrong? Am I doing something incorrectly?
The text was updated successfully, but these errors were encountered: