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] fix usages of allowTableOnStandardPages with mutliple tablenames in one string #4276

Conversation

Kanti
Copy link
Contributor

@Kanti Kanti commented May 24, 2024

currently if you have a config like this:

ExtensionManagementUtility::allowTableOnStandardPages('tx_table_one,tx_table_two');

That will create a file like this:
Configuration/TCA/Overrides/tx_table_one,tx_table_two.php
With this PR it will create 2 files instead.

@sabbelasichon
Copy link
Owner

@Kanti This was and is possible? TIL. Thank you.

@sabbelasichon sabbelasichon merged commit ec72cc7 into sabbelasichon:main May 24, 2024
26 checks passed
@Kanti Kanti deleted the bugifx/allowTableOnStandardPages-multiple-tables branch May 24, 2024 14:40
helsner pushed a commit that referenced this pull request May 25, 2024
simonschaufi pushed a commit that referenced this pull request May 25, 2024
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