folder_contents
breaks if a catalog column name matches any blob fields
#4078
Labels
folder_contents
breaks if a catalog column name matches any blob fields
#4078
BUG/PROBLEM REPORT
folder_contents
view breaks if a there is a catalog column (metadata) that matches any blob fields name and that folder contains items with that blob field populated.What I did:
Add a portal_catalog metadata column named as any blob field (for example
image
)Add an Image content in a folder (populate it with an actual file)
Try to access to folder_contents view
What I expect to happen:
See folder contents items
What actually happened:
The view stucks in loading mode.
The backend raises an error:
Attributes list required by the pattern are filled with all catalog metadata columns
Python repr of the an item is something like
image
value is not json serializableWhat version of Plone I am using:
Plone 5.x, 6.x Classic
The text was updated successfully, but these errors were encountered: