Project

General

Profile

Actions

Bug #97829

open

Condition based on translated page field

Added by Bernhard Eckl about 2 years ago. Updated about 10 hours ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2022-06-29
Due date:
% Done:

0%

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

Description

I have the following condition (customfield is a page field extended by myselft):
[page["customfield"] != '']

The condition is based on the page of the default language but not on the translated page.

BUT the following typoscript is based on the translation of the page:
page.100 = TEXT
page.100.data = TSFE:page|customfield

In my opinion the condition should also be based on the field value of the translated page.

Actions #1

Updated by Benni Mack about 10 hours ago

  • Status changed from New to Needs Feedback

IMHO starting with v10 this should work, because we've switched the middlewares (and the page resolving etc). Can you recheck this?

Actions

Also available in: Atom PDF