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
So you end up with deprecated scheduled publishing fields and also excluded features such as privacy and comments which are now in a sidebar popout, at least in wagtail 4.1.1.
I believe the fix is to (1) append the wagtailmenus advanced menus fields to Page's settings_panels and (2) remove the duplicated scheduled publishing fields.
I am working on a PR now. Please let me know if I'm off on this. Thanks!
The text was updated successfully, but these errors were encountered:
wagtailmenus recreates wagtail's scheduled publishing (go-live and expiry) fields here:
wagtailmenus/wagtailmenus/panels.py
Lines 114 to 127 in bd7d426
Furthermore
MenuPage
overrides, instead of appends to,Page
's settings_panels:wagtailmenus/wagtailmenus/models/pages.py
Lines 133 to 136 in bd7d426
So you end up with deprecated scheduled publishing fields and also excluded features such as privacy and comments which are now in a sidebar popout, at least in wagtail 4.1.1.
I believe the fix is to (1) append the wagtailmenus advanced menus fields to
Page
's settings_panels and (2) remove the duplicated scheduled publishing fields.I am working on a PR now. Please let me know if I'm off on this. Thanks!
The text was updated successfully, but these errors were encountered: