Project

General

Profile

Actions

Bug #103960

open

Referencing an "empty" COA content object does not render anything

Added by Helmut Hummel about 1 month ago. Updated 24 days ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-05-31
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When a COA is referenced, that does not have any properties in the referenced config,
then adding properties in the place where it referenced, does not render anything

Given the following TypoScript:


page = PAGE
page.10 =< lib.foo
page.10.20 = TEXT
page.10.20.value = bar

lib.foo = COA

I expect to see a rendered "bar"
Actually nothing is rendered.

The following TypoScript is working:


page = PAGE
page.10 =< lib.foo
page.10.20 = TEXT
page.10.20.value = bar

lib.foo = COA
lib.foo.doesNot = matter


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #97816: New TypoScript parserClosed2022-06-27

Actions
Actions #1

Updated by Christian Kuhn 25 days ago

Did this behavior change between v11 and v12?

Actions #2

Updated by Helmut Hummel 24 days ago

Christian Kuhn wrote in #note-1:

Did this behavior change between v11 and v12?

Yes. In 11 "bar" is rendered as expected

Actions #3

Updated by Christian Kuhn 23 days ago

Actions

Also available in: Atom PDF