Bug Report
Prerequisites
- [ x ] Can you reproduce the problem on TYPO3 v13.4.18
- [ x ] Did you perform a cursory search to see if your bug or feature is already reported?
Description
I updated the Blog Extension version 13.0.1 to the new version 14.0.0 (composer mode).
I noticed that the categories are no longer linked.
When I use the CategoryViewHelper from version 13.0.1 for testing purposes, the links work again.
I updated the Typoscript and now load the extension via site sets dependency, which works well (blog:integration). The wizard for converting the list_types to CTypes worked also well.
Steps to Reproduce
- Update from 13.0.1 to 14.0.0
- Replace typoscript import with site sets import
- run update wizard for list_types to CTypes
Expected behavior:
The categories in the CType blog_category should be linked.
Actual behavior:
This creates nothing, just the text Show Category:
<blogvh:link.category class="bloglist__link" category="{category}">
<f:translate key="list.show.category" />
</blogvh:link.category>
(in Resources/Private/Partials/List/Category.html)
Also this rendes just an empty h2-tag:
<h2 class="bloglist__title" itemprop="name">
<blogvh:link.category category="{category}" />
</h2>
Versions
t3g/blog 14.0.0
typo3 13.4.18
Bug Report
Prerequisites
Description
I updated the Blog Extension version 13.0.1 to the new version 14.0.0 (composer mode).
I noticed that the categories are no longer linked.
When I use the CategoryViewHelper from version 13.0.1 for testing purposes, the links work again.
I updated the Typoscript and now load the extension via site sets dependency, which works well (blog:integration). The wizard for converting the list_types to CTypes worked also well.
Steps to Reproduce
Expected behavior:
The categories in the CType blog_category should be linked.
Actual behavior:
This creates nothing, just the text Show Category:
(in Resources/Private/Partials/List/Category.html)
Also this rendes just an empty h2-tag:
Versions
t3g/blog 14.0.0
typo3 13.4.18