Bug #45507
closedIn Web > List, thumbnails are displayed for Text only elements
0%
Description
If thumbnailsByDefault is checked in the user settings, the List module display thumbnails of pictures in content elements.
If you change a Text w/Image element to a Text (only) element, you will still see the thumbnails in the list module. The reason is obvious: Changing a content element type doesn't remove content of fields that are not used with this type. As a consequence the images are still linked (no matter if as a true relation in 6.0+ or as CSV in <= 4.7.
For editors it can be destracting that they see thumbnails that are not displayed in the frontend.
I'm not sure how to tackle the issue: Check for the content type before rendering the thumbnail or remove field values that are not associated with the content type? I think the latter would be kind of a revolution.
Thanks for your feedbacks.