We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the helper method plone.app.vocabularies.metadatafields.get_field_label used here https://github.com/plone/plone.app.contenttypes/blob/master/plone/app/contenttypes/browser/folder.py#L161 doesn't translate all catalog metadata fields (eg "Title" or "Image"). Using the MetaDataFieldsVocabularyFactory instead would translate unmapped field labels as a fallback.
plone.app.vocabularies.metadatafields.get_field_label
MetaDataFieldsVocabularyFactory
result on 6-classic.demo.plone.org:
The text was updated successfully, but these errors were encountered:
@petschki i am interested, is this issue still open
Sorry, something went wrong.
No branches or pull requests
the helper method
plone.app.vocabularies.metadatafields.get_field_label
used here https://github.com/plone/plone.app.contenttypes/blob/master/plone/app/contenttypes/browser/folder.py#L161 doesn't translate all catalog metadata fields (eg "Title" or "Image"). Using theMetaDataFieldsVocabularyFactory
instead would translate unmapped field labels as a fallback.result on 6-classic.demo.plone.org:
The text was updated successfully, but these errors were encountered: