Bug #101636
closedappendString does not respect round bracket
100%
Description
I tried to us appendString to add SQL in sitemap config.
additionalWhere := appendString( AND `uid` NOT IN (48,10,50))
but in Version 12 the string is cut after the first closing round bracket in 'Active Typoscript viewer' and the SQL is incorrect:
additionalWhere = {#no_index} = 0 AND {#canonical_link} = '' AND uid NOT IN (48,10,50
This worked in Version 10.
plugin.tx_seo.config { xmlSitemap { sitemaps { pages { config { additionalWhere := appendString( AND `uid` NOT IN (48,10,50)) } } } } }
Updated by Riccardo De Contardi 5 months ago
Still reproducible also on 13.2.0-dev (latest main)
Updated by Riccardo De Contardi 5 months ago
- Complexity set to medium
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review 5 months 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/+/84909
Updated by Gerrit Code Review 4 months 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/+/84909
Updated by Gerrit Code Review 4 months ago
Patch set 3 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/+/84909
Updated by Gerrit Code Review 2 months ago
Patch set 4 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/+/84909
Updated by Gerrit Code Review about 1 month ago
Patch set 5 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/+/84909
Updated by Christian Kuhn about 1 month ago
- Related to Feature #97816: New TypoScript parser added
Updated by Gerrit Code Review 8 days ago
Patch set 6 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/+/84909
Updated by Gerrit Code Review 8 days ago
Patch set 7 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/+/84909
Updated by Gerrit Code Review 8 days ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86984
Updated by Gerrit Code Review 8 days ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86985
Updated by Garvin Hicking 8 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 52d2dce1312c41c39605665cf93506a4cf357c74.