Task #99086
closedAdd default value for "method" attribute in FormViewHelper
100%
Description
The default is "post" but this does not show up in the automatically generated ViewHelper reference since default is not set in the initializeArguments method:
$this->registerTagAttribute('method', 'string', 'Transfer type (GET or POST)');
However, the attribute is always set, the default value would be "post".
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 1 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/+/76599
Updated by Gerrit Code Review over 1 year ago
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/+/76599
Updated by Gerrit Code Review over 1 year ago
Patch set 3 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/+/76599
Updated by Sybille Peters over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ab836d165e6010d81224264a384c91f1cabd98e2.