Bug #99382
closed###SITE:xyz### placeholder in foreign_table_where doesn't work with foreign_selector
100%
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.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77176
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77176
Updated by Gerrit Code Review almost 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77516
Updated by David Blatter almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ff09748b9308bd84d7c3c978c24dce20aa427ec8.