Bug #71166
closedForm ViewHelpers without respectSubmitData do not use propertyValue that is an issue with e.g. hiddenViewHelper
100%
Description
Due to the change https://git.typo3.org/Packages/TYPO3.CMS.git/commit/223e203f98c5d50d5764ba306f0628cb2be5beea
if respectSubmitData is false then the property values are not used anymore which is e.g. an issue with the hiddenViewHelper
Updated by Gerrit Code Review about 9 years ago
- Status changed from New 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/44397
Updated by Andreas Allacher about 9 years ago
Steps to reproduce:
1.) Create an object with at least one property
2.) Set property in the controller
3.) Use a form with the created object
4.) Use the form.hidden ViewHelper and use the property attribute to get the previously set property, do not use the value attribute
Currently results in the value attribute being empty whereas it should contain the value of the object
Updated by Gerrit Code Review about 9 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/44397
Updated by Gerrit Code Review about 9 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/44397
Updated by Gerrit Code Review about 9 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/44397
Updated by Gerrit Code Review about 9 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/44397
Updated by Anonymous about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b9ea3b549cc49b328679c1a99ac0d63ac771e807.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed