Skip to content
Snippets Groups Projects
Commit c287be94 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Christian Kuhn
Browse files

[BUGFIX] Re-add `id` parameter to "Setup" and "Constants" edit link

The patch adds the removed `id` parameter again to get back the whole
autocomplete feature.

Resolves: #81883
Related: #81171
Releases: master
Change-Id: I3a16496eeceb8d7cff5360f11d760564e4707eac
Reviewed-on: https://review.typo3.org/53521


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarMathias Schreiber <mathias.schreiber@typo3.com>
Tested-by: default avatarMathias Schreiber <mathias.schreiber@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 509f8280
No related merge requests found
......@@ -62,6 +62,7 @@ class TypoScriptTemplateInformationModuleFunctionController extends AbstractFunc
public function tableRowData($label, $data, $field, $id)
{
$urlParameters = [
'id' => $this->pObj->id,
'edit' => [
'sys_template' => [
$id => 'edit'
......
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