Bug #77344
closedEXT:form - global layout for confirmation view colides with confirmation = 1
100%
Description
Checkout the following form. confirmation = 1
defines to show the confirmation view. The next few lines define a global layout change for the checkbox element on the confirmation view. This leads to a naming conflict resulting that the confirmation view is not shown. Right now the code checks for confirmation === 1
.
enctype = multipart/form-data method = post prefix = tx_form form { layout { checkbox = <label /><div><input /></div> } } confirmation = 1 confirmation { layout { checkbox ( <label /><div><inputvalue /></div> ) } } postProcessor { layout { checkbox = <td colspan="2"><div><inputvalue /></div></td> } } postProcessor { 1 = mail 1 { recipientEmail = test@example.com senderEmail = test@example.com subject = Test } } 10 = CHECKBOX 10 { type = checkbox name = contact_checkbox value = Check value. label { value = Check label? } } 20 = SUBMIT 20 { type = submit name = 3 value = Send }
Updated by Gerrit Code Review over 8 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/49304
Updated by Gerrit Code Review over 8 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/49304
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49305
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49305
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49305
Updated by Ralf Zimmermann over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d91898579c98ca94abc01014fba3d09fdee0c956.