You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After running an import of basic.json provided here within samples, when I check the imported content in the content hub it does not show thumbnail images for the events on content hub listing. Though when I go to event content item details - thumbnail is displayed. Finally, if I update event image manually and publish, it appears on both listing and details.
To Reproduce
Steps to reproduce the behavior:
Import basic.json
Open content hub listing
Event item displayed on listing does not have a thumbnail
Go to event details, edit and upload new image, save and publish
Return back to content hub listing and check that event image appears
Expected behavior
Event item should display thumbnail image on the listing after import.
Screenshots
Library Version
1.9.0
Additional context
This is likely because ContentItemLanguageMetadataHasImageAsset field in ContentItemLanguageMetadata is not set to true in the samples provided. When you set it to true, thumbnail appears correctly. Please consider updating the samples data.
The text was updated successfully, but these errors were encountered:
Describe the bug
After running an import of basic.json provided here within samples, when I check the imported content in the content hub it does not show thumbnail images for the events on content hub listing. Though when I go to event content item details - thumbnail is displayed. Finally, if I update event image manually and publish, it appears on both listing and details.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Event item should display thumbnail image on the listing after import.
Screenshots
Library Version
1.9.0
Additional context
This is likely because ContentItemLanguageMetadataHasImageAsset field in ContentItemLanguageMetadata is not set to true in the samples provided. When you set it to true, thumbnail appears correctly. Please consider updating the samples data.
The text was updated successfully, but these errors were encountered: