Open dkirkham opened 8 months ago
Is there a way to access the 4.0 docs until the problem is fixed?
I think this has to do with the Jazzband's bot. The bot was supposed to update those pages.
Perhaps @jezdez can help as he is the sole roadie in the group. Another option is as @ababic for support. As the original author, he still has admin access to both readthedocs and PyPI pages.
Hi all, actually used wagtail 6.x and wagtailmenus 4 but i have a error?
first warning:
wagtailmenus.FlatMenu: (wagtailadmin.W002) FlatMenu.content_panels will have no effect on snippets editing
HINT: Ensure that FlatMenu uses panels
instead of content_panels
or set up an edit_handler
if you want a tabbed editing interface.
and then when I try the admin receive this error: File "/Users/user/projects/django/mysite/.venv/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ TypeError: 'dict' object is not callable
I followed the docs https://wagtailmenus.readthedocs.io/en/stable/installation.html but in my setting i don't put this 'wagtail_modeladmin', # if Wagtail >=5.1; Don't repeat if it's there already 'wagtail.contrib.modeladmin', # if Wagtail <5.1; Don't repeat if it's there already
because i'm in version 6.1 of wagtail? any suggestion for solved this problem? anybody?
Hi all, actually used wagtail 6.x and wagtailmenus 4 but i have a error? first warning: wagtailmenus.FlatMenu: (wagtailadmin.W002) FlatMenu.content_panels will have no effect on snippets editing HINT: Ensure that FlatMenu uses
panels
instead ofcontent_panels
or set up anedit_handler
if you want a tabbed editing interface.
We are treating that warning as a false positive. We are using issue #464 to keep track of it.
Please ignore the warning and use FlatMenu
in the way the docs tell you to.
If the problem still persists, please create a new issue for it, as we are using this issue to keep track of the project links problem.
Hi, it has been six months and the documentation for the current version is still not accessible... Is there any way I can help?
Hi, it has been six months and the documentation for the current version is still not accessible... Is there any way I can help?
Yes. As I said, only Jazzband roadies have permissions to fix that. If you could get @jezdez 's attention, we might be able to solve this.
Perhaps someone affiliated with the project could open an issue on the roadies repo. I'd do it, but I don't think anyone over there will know who I am.
The Project Links on PyPi - https://pypi.org/project/wagtailmenus/4.0/ - point to the wrong URLs:
Homepage: https://github.com/jazzband/wagtailmenus/tree/stable/4.0.x Download: https://github.com/jazzband/wagtailmenus/tarball/v4.0
It appears this has been a problem in earlier releases.
I'm not sure if this should be addressed via legacy
setup.py
or another packaging mechanism.Also it appears the Read The Docs site is not showing the 4.0 docs.