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

Control panel configlet icon broken in Plone 6 #53

Open
Rudd-O opened this issue Dec 26, 2021 · 1 comment
Open

Control panel configlet icon broken in Plone 6 #53

Rudd-O opened this issue Dec 26, 2021 · 1 comment

Comments

@Rudd-O
Copy link
Contributor

Rudd-O commented Dec 26, 2021

Sup. Just wanted to point out that the icon does not show up in Plone 6. Not sure why that is, might want to consider revising how the configlet is deployed using GenericSetup based on other similar packages that do work.

@mauritsvanrees
Copy link
Member

We use search_icon.png, which likely is no longer available in Plone 6.

  • To let it work in all Plone versions, we could add a post_handler function to our profile, and change the icon expression to string:search when Plone 6 is used.
  • Or in all Plone versions lookup the SearchSettings configlet and take over its icon expression.
  • Or register a copy of the search icon as browser resource and use this.

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

2 participants