Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize category storage PID on TYPO3v12 #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 16, 2024

  1. [BUGFIX] Normalize storage PID on TYPO3v12

    The new TypoScript parser introduced in TYPO3v12 yields a regular integer in case of a single storagePid. Only in case of a CSV this will be a string. This in turn leads to explode() failing with a type error in the integer case.
    
    Fix this by normalizing the setting value to string.
    
    Fixes: TYPO3GmbH#301
    mbrodala committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    718fe15 View commit details
    Browse the repository at this point in the history