Skip to content

Categories are not linked anymore in V14.0.0 #339

Description

@nimox89

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

  1. Update from 13.0.1 to 14.0.0
  2. Replace typoscript import with site sets import
  3. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions