Actions
Bug #99382
closed###SITE:xyz### placeholder in foreign_table_where doesn't work with foreign_selector
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-12-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have a column with a SITE: placeholder inside a foreign_table_where. like so:
'config' => [
'type' => 'select',
...
'foreign_table' => 'mytable',
'foreign_table_where' => '{#mytable}.{#myfield} = \'###SITE.settings.key###\'',
],
So far that works fine. However if I use this column as 'foreign_selector' in an IRRE, the placeholder is not replaced correctly.
Actions