Actions
Bug #84833
closedException when adding custom extension for form framework
Start date:
2018-04-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint
Description
Steps to reproduce¶
- install a custom extension like https://github.com/tritum/repeatable_form_elements
- do NOT add the static TS for the frontend
- add the custom form element to your form
- open form in frontend
Expected behaviour¶
?
Current behaviour¶
An exception is displayed:
Argument 2 passed to TYPO3\CMS\Form\Domain\Factory\ArrayFormFactory::addNestedRenderable() must implement interface TYPO3\CMS\Form\Domain\Model\Renderable\CompositeRenderableInterface, instance of TYPO3\CMS\Form\Domain\Model\FormElements\UnknownFormElement given, called in /sysext/form/Classes/Domain/Factory/ArrayFormFactory.php on line 116
Actions