Skip to content

bug: t3://record links not checked in IRRE elements #439

@ttg-wolfhoel

Description

@ttg-wolfhoel

Link fields of IRRE elements are not properly validated.
You get the error: "tx_ttgnews_domain_model_beitrag not configured".

We have a mask element called "slider", which can contain multiple IRRE tx_mask_slideritem elements (stored in a separate table).
In each slider item, it is possible to define a link.
Using the link wizard, it's also possible to create a link to our own "editorial articles" (tx_ttgnews_domain_model_beitrag).

However, during the link check, the following error is shown:
"tx_ttgnews_domain_model_beitrag not configured".
In this case, the following link is stored in the tx_mask_sliderlink field:
t3://record?identifier=tx_ttgnews_domain_model_beitrag&uid=770

In the pageTSConfig, we have defined that the field tx_mask_sliderlink should also be checked:

mod.brofix.searchFields.tx_mask_slideritem = tx_mask_sliderlink,tx_mask_slidertext

If the tx_mask_sliderlink field instead contains e.g. t3://page?uid=5767, the validation is performed correctly, and the link is considered valid in this case.

Image

How does tx_ttgnews_domain_model_beitrag need to be configured in order for link validation to work?

System:

  • TYPO3 version: 12.4.34
  • brofix version: 6.4.0
  • page_callouts version: 6.1.2
  • installed with Composer: yes

Thank you very much for your feedback and support and of course for the great extension!

Metadata

Metadata

Assignees

No one assigned

    Labels

    is::bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions