diff --git a/src/bundle/Resources/public/js/scripts/fieldType/ezobjectrelationlist.js b/src/bundle/Resources/public/js/scripts/fieldType/ezobjectrelationlist.js index 6a04aa560e..412bc423cd 100644 --- a/src/bundle/Resources/public/js/scripts/fieldType/ezobjectrelationlist.js +++ b/src/bundle/Resources/public/js/scripts/fieldType/ezobjectrelationlist.js @@ -140,6 +140,7 @@ }; const renderRow = (item, index) => { const { escapeHTML } = eZ.helpers.text; + const { formatShortDateTime } = eZ.helpers.timezone; const contentTypeName = eZ.helpers.contentType.getContentTypeName(item.ContentInfo.Content.ContentTypeInfo.identifier); const contentName = escapeHTML(item.ContentInfo.Content.TranslatedName); const contentId = escapeHTML(item.ContentInfo.Content._id); @@ -149,7 +150,7 @@