Actions
Task #99086
closedAdd default value for "method" attribute in FormViewHelper
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2022-11-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
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".
Actions