Skip to content
Snippets Groups Projects
Commit 4eb44cd8 authored by Frans Saris's avatar Frans Saris Committed by Wouter Wolters
Browse files

[TASK] Remove add/edit wizards for defaultCategorizedTables

Removed the add/edit wizards in default TCA column
configuration for the SYS.defaultCategorizedTables.

Resolves: #52699
Releases: 6.2
Change-Id: I7b08115c0ab0b2e2d58968a398d03e018bda3d78
Reviewed-on: https://review.typo3.org/24663
Reviewed-by: Francois Suter
Tested-by: Francois Suter
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
parent 8da0e323
Branches
Tags
No related merge requests found
......@@ -315,29 +315,6 @@ class CategoryRegistry implements \TYPO3\CMS\Core\SingletonInterface {
'showHeader' => TRUE,
),
),
'wizards' => array(
'_PADDING' => 1,
'_VERTICAL' => 1,
'edit' => array(
'type' => 'popup',
'title' => 'Edit',
'script' => 'wizard_edit.php',
'icon' => 'edit2.gif',
'popup_onlyOpenIfSelected' => 1,
'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1',
),
'add' => Array(
'type' => 'script',
'title' => 'Create new',
'icon' => 'add.gif',
'params' => array(
'table' => 'sys_category',
'pid' => '###CURRENT_PID###',
'setValue' => 'prepend'
),
'script' => 'wizard_add.php',
),
),
);
if (!empty($options['fieldConfiguration'])) {
......
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