Skip to content
Snippets Groups Projects
Commit 08c8f355 authored by Jigal van Hemert's avatar Jigal van Hemert Committed by Christian Kuhn
Browse files

[BUGFIX] Suggest wizard missing in FE users / groups

For the redirect page field in the records for FE users and FE groups
the suggest wizard is missing.

Change-Id: I2d65f2d0215b38ed39df70ee33a0b504849bae2d
Resolves: #21723
Branches: 4.6, 4.5
Reviewed-on: http://review.typo3.org/4411
Reviewed-by: Susanne Moog
Tested-by: Susanne Moog
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent de9f8dd2
Branches
Tags
No related merge requests found
......@@ -45,6 +45,11 @@ $tempColumns = array(
'size' => 1,
'minitems' => 0,
'maxitems' => 1,
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
)
),
);
......@@ -65,6 +70,11 @@ $tempColumns = array (
"size" => 1,
"minitems" => 0,
"maxitems" => 1,
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
)
),
'felogin_forgotHash' => array (
......
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