Project

General

Profile

Actions

Bug #97977

closed

New EXT:form request handling hides current ContentObjectRenderer

Added by Elias Häußler over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2021-04-12
Due date:
2021-04-12
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

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:

https://github.com/TYPO3/typo3/commit/9f933f2cf1c05709962c9efa2dd1951e7ad9a6a7#diff-4bbbe7629411df04b5f476caca764d500f1f55134e061c4533fe80bac36f9393R78

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.


Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Bug #98336: Revert modified cache handling in form frameworkClosed2022-09-12

Actions
Follows TYPO3 Core - Bug #93887: Ext:Form Caching Determination breaking Ajax RequestNewRalf Zimmermann2021-04-09

Actions
Actions #1

Updated by Gerrit Code Review over 1 year 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

Actions #2

Updated by Oliver Hader over 1 year 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
Actions #3

Updated by Gerrit Code Review over 1 year 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

Actions #4

Updated by Anonymous over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Oliver Hader over 1 year ago

  • Related to Bug #98336: Revert modified cache handling in form framework added
Actions #6

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF