Actions
Bug #75747
closedEXT:form - predefined forms issues with caching
Start date:
2016-04-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The predefined forms functionality - introduced in #72309 - is not working as expected. Since the object is not of type FORM_INT anymore, the object is cached heavily.
In TYPO3\CMS\Form\Hooks\ContentObjectHook the "FORM" CE has to be rendered as COA_INT, to prevent caching.
The following steps reproduce the problem:
- Create a new form with "confirmation = 1" and a mail postProcessor.
- Fill out the form and go to the confirmation page.
- Go back to the form.
- Submit again to see the confirmation page.
- Submit the confirmation page.
- Expected result: The form is submitted and a mail is sent.
- Actual result: The form is shown again. No mail is submitted.
Actions