Skip to content
Snippets Groups Projects
Commit ab836d16 authored by Sybille Peters's avatar Sybille Peters Committed by Stefan Bürk
Browse files

[TASK] Add default value for method in FormViewHelper

The default value for argument "method" is effectively
"post", so this is added as default value in registerArgument
so that it will show up in the automatically generated
viewhelper reference.

Since the argument is always added anyway (after lowercasing it),
there is no difference in the rendered output. The TYPO3 default
differs from the default general default for forms, which is GET.

Resolves: #99086
Releases: main
Change-Id: If34ebc1a65527a605e64513c598a5c381dbeebf6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76599


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 9bf03d8f
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment