Skip to content
Snippets Groups Projects
Commit 8804514b authored by Markus Guenther's avatar Markus Guenther
Browse files

[BUGFIX] Define the right table for the add wizard (tx_dftools_domain_model_redirecttestcategory)

parent e0a09137
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ return array(
'title' => 'New group',
'icon' => 'EXT:backend/Resources/Public/Images/FormFieldWizard/wizard_add.gif',
'params' => array(
'table' => 'tx_df_products_group',
'table' => 'tx_dftools_domain_model_redirecttestcategory',
'pid' => '###CURRENT_PID###',
'setValue' => 'prepend'
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment