Skip to content
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

Plone toolbar Display menu may not be shown even if you have several faceted layouts #228

Open
laulaz opened this issue Nov 16, 2021 · 0 comments

Comments

@laulaz
Copy link
Contributor

laulaz commented Nov 16, 2021

There is an issue in the way eea.facetednavigation inserts its layouts into the Plone Display menu.

If your type has only one available view (example : summary_view on Collection), the Plone Display menu available() method returns False and the faceted menu items insertion does not occur.
(https://github.com/plone/plone.app.contentmenu/blob/df5f2e290eb5d8cc98a2eb692d35eae6cd96a2d7/plone/app/contentmenu/menu.py#L177).

Thus, the Display menu is hidden even if you have several faceted layouts defined !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant