Bug #97977
closedNew EXT:form request handling hides current ContentObjectRenderer
100%
Description
#93887 and #92406 introduced a new request handling for EXT:form forms. However, the new implementation hides the current ContentObjectRenderer
instance since it always creates a new instance:
This no longer allows form finishers to retrieve the current content object data. For example, the current content object element ID is stored in EXT:form_consent when a new consent is created, see https://github.com/eliashaeussler/typo3-form-consent/blob/0.6.0/Classes/Domain/Factory/ConsentFactory.php#L121-L130.
Re-using the current ContentObjectRenderer
via the ConfigurationManager
solves the problem.
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75247
Updated by Oliver Hader over 2 years ago
- Due date set to 2021-04-12
- Start date changed from 2022-07-20 to 2021-04-12
- Follows Bug #93887: Ext:Form Caching Determination breaking Ajax Request added
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75447
Updated by Anonymous over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d3d8bc04fd3a72780d6d653832c78e7f24b89b58.
Updated by Oliver Hader about 2 years ago
- Related to Bug #98336: Revert modified cache handling in form framework added