Feature #84713
closedAdd option to get a single processed form value
100%
Description
Currently the RenderAllFormValuesViewHelper
is the only option to get processed form values. There is no way to selectively retrieve the processed value of a single form element which would be useful e.g. for custom email templates which don't need all form values or need a custom order and placement of form values.
One option would be a RenderFormValueViewHelper
. The API method FormDefinition::getElementByIdentifier()
could be used internally to retrieve a requested form element. The value processing would be moved to a central location for both of these viewhelpers.
Updated by Susanne Moog over 5 years ago
- Target version changed from 9 LTS to Candidate for Major Version
Updated by Mathias Brodala about 4 years ago
- Related to Task #88510: Documentation: Describe how to access form values by identifier added
Updated by Mathias Brodala about 4 years ago
- Status changed from New to In Progress
- Assignee set to Mathias Brodala
Updated by Gerrit Code Review about 4 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62416
Updated by Gerrit Code Review about 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62416
Updated by Gerrit Code Review about 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62416
Updated by Gerrit Code Review about 4 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62416
Updated by Gerrit Code Review about 4 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62416
Updated by Gerrit Code Review about 4 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62416
Updated by Gerrit Code Review about 4 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62416
Updated by Gerrit Code Review about 4 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62416
Updated by Mathias Brodala about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0f4ba2e88b8799c0815910f1d07ccdba35d06f23.
Updated by Benni Mack almost 4 years ago
- Status changed from Resolved to Closed
Updated by Mathias Brodala about 2 years ago
- Related to Bug #95868: Invalid example for RenderFormValueViewHelper added