Displaying records from EXT:news in specific language

半腔热情 提交于 2019-12-05 17:27:07

This is a bug in the persistence layer of Extbase. The only workaround known to me is to create a news record in the default language, hide it in the default language and make a translation of the news. Then the news record is displayed only in the translated version.

Update TYPO3 6.2:

As of TYPO3 6.2.4 (see https://git.typo3.org/Packages/TYPO3.CMS.git/commit/c78a2e051a5c163a54150013ceb96fe2542a8c11), the Extbase query parser work properly with localized versions of records without a default language version. The workaround is not needed anymore.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!