Skip to content
Snippets Groups Projects
Commit 7e36ca5b authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Georg Ringer
Browse files

[BUGFIX] Prevent overwriting of view variable

The InfoModuleController previously added the form
action url as "moduleName" to the view. Since #96730,
this variable name is overwritten by the ModuleTemplate.

Since then, instead of the form action url, the variable
only contained the module identifier. This lead to
misbehavior on submitting the form.

The form action url is therefore is now added, using
the dedicated "formAction" variable.

Resolves: #96798
Related: #96730
Releases: main
Change-Id: Ic3c737cf1168bf2d6e887cc77d4d2a301037c9df
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73368


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent d164d3e7
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