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

JS implementation of icon resolver should work the same way as in python #1159

Open
Tracked by #3500
agitator opened this issue Apr 12, 2022 · 1 comment
Open
Tracked by #3500

Comments

@agitator
Copy link
Member

agitator commented Apr 12, 2022

Findings from the structure pattern:

  • lookup for icons in https://github.com/plone/plone.staticresources/blob/master/src/plone/staticresources/profiles/default/registry/icons_bootstrap.xmldoesn't work
  • fallback to a generic contenttype icon in https://github.com/plone/plone.staticresources/blob/master/src/plone/staticresources/profiles/default/registry/icons_contenttype.xml#L5 doesn't work
  • should use fti icon_expr for icon lookup
@petschki
Copy link
Member

I think the first two points are solved via plone/Products.CMFPlone#3512 ... FTI lookup needs the icon information in catalog metadata

petschki referenced this issue in collective/collective.easyform Oct 7, 2022
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