You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a Collection is using tt_content as a foreign_field and for example a typo3 form is added in this. The $LANG variable is not available in this scope and we get an Exception: PHP Warning: Undefined global variable $LANG in /html/typo3-composer/vendor/typo3/cms-form/Classes/Domain/Configuration/FlexformConfiguration/Processors/FinisherOptionGenerator.php line 96
To Reproduce
Steps to reproduce the behavior:
Create an Element that uses a Collection with foreign_table: tt_content
Insert a Typo3 Form element into it
Open frontend and get the error
Expected behavior
The Form element gets the $LANG variable in this scope.
Screenshots
TYPO3 Version
13.4.5
Content Blocks Version:
1.1.6
The text was updated successfully, but these errors were encountered:
Hey, I don't think it's a good idea to put a form plugin into a Collection. Have you considered a container?
Anyway, this is not a Content Blocks issue. Could you please forward this issue to TYPO3 forge?
Describe the bug
If a Collection is using tt_content as a foreign_field and for example a typo3 form is added in this. The $LANG variable is not available in this scope and we get an Exception:
PHP Warning: Undefined global variable $LANG in /html/typo3-composer/vendor/typo3/cms-form/Classes/Domain/Configuration/FlexformConfiguration/Processors/FinisherOptionGenerator.php line 96
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Form element gets the $LANG variable in this scope.
Screenshots

TYPO3 Version
13.4.5
Content Blocks Version:
1.1.6
The text was updated successfully, but these errors were encountered: