Project

General

Profile

Actions

Bug #101636

open

appendString does not respect round bracket

Added by Stephan Bauer 11 months ago. Updated 23 days ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2023-08-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
On Location Sprint

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))
                }
            }
        }
    }
}

Actions #1

Updated by Riccardo De Contardi 23 days ago

Still reproducible also on 13.2.0-dev (latest main)

Actions #2

Updated by Riccardo De Contardi 23 days ago

  • Complexity set to medium
  • Sprint Focus set to On Location Sprint
Actions #3

Updated by Gerrit Code Review 23 days 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

Actions

Also available in: Atom PDF