-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add icon to show in listings and folder_contents
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11f5ba4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This registry record really shouldn't be necessary because the icon is already defined in the FTI here https://github.com/collective/collective.easyform/blob/master/src/collective/easyform/profiles/default/types/EasyForm.xml#L13 ... it is mentioned here, that mockup/portlets/etc. should lookup the FTI
icon_expr
... plone/mockup#1159 and plone/plone.app.portlets#163 ... there's also a summary of iconresolver issues here plone/Products.CMFPlone#350011f5ba4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@petschki Yeah, that would way better, but I added this because it wasn't doing it for me... maybe it was fixed after I did this commit?
11f5ba4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it is still an open task.
11f5ba4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@petschki Ahhh got it, yeah, I agree it would be a way better solution that this... I'll try to work on it then if I find some spare time