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

[BUGFIX] Use eval as source for eval #2412

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

schliesser
Copy link
Contributor

The wrong source was used in the str_replace. This resulted in invalid value 1 for the eval field:

GLOBALS['TCA'][$table]['columns'][$field]['config']['eval'] = 1

Currently in 11.4.1 on TYPO3 12.4:
image

Expected result:

image

The wrong source was used in the str_replace. This resulted in invalid value `1` for the eval field:

`GLOBALS['TCA'][$table]['columns'][$field]['config']['eval'] = 1`
@georgringer georgringer merged commit 30b7e05 into georgringer:main Apr 24, 2024
6 of 18 checks passed
@schliesser schliesser deleted the patch-1 branch April 24, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants