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

[FEATURE] Adjust TCA to avoid the "Moved additional palette with name "1" as...

[FEATURE] Adjust TCA to avoid the "Moved additional palette with name "1" as 3rd argument of field "hidden" to an own palette." message in the  deprecation log
parent 5e7412f9
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ return array(
),
'types' => array(
'0' => array(
'showitem' => 'hidden;;1, test_url, expected_url, test_result, test_message, comment,
'showitem' => 'hidden, --palette--;;1, test_url, expected_url, test_result, test_message, comment,
--div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access,
starttime, endtime'
),
......
......@@ -22,7 +22,7 @@ return array(
),
'types' => array(
'0' => array(
'showitem' => 'hidden;;1, test_url, compare_url, test_result, test_message, test_content,
'showitem' => 'hidden, --palette--;;1, test_url, compare_url, test_result, test_message, test_content,
compare_content, difference, --div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access,
starttime, endtime'
),
......
......@@ -22,7 +22,7 @@ return array(
),
'types' => array(
'0' => array(
'showitem' => 'hidden;;1, test_url,result_url, http_status_code, test_result, test_message, record_sets,
'showitem' => 'hidden, --palette--;;1, test_url,result_url, http_status_code, test_result, test_message, record_sets,
--div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access,
starttime, endtime'
),
......
......@@ -21,7 +21,7 @@ return array(
),
'types' => array(
'0' => array(
'showitem' => 'hidden;;1, table_name, field, identifier,
'showitem' => 'hidden, --palette--;;1, table_name, field, identifier,
--div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access,
starttime, endtime'
),
......
......@@ -22,7 +22,7 @@ return array(
),
'types' => array(
'0' => array(
'showitem' => 'hidden;;1, test_url, expected_url, http_status_code, test_result, test_message, category,
'showitem' => 'hidden, --palette--;;1, test_url, expected_url, http_status_code, test_result, test_message, category,
--div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access,
starttime, endtime'
),
......
......@@ -21,7 +21,7 @@ return array(
),
'types' => array(
'0' => array(
'showitem' => 'hidden;;1, category,
'showitem' => 'hidden, --palette--;;1, category,
--div--;LLL:EXT:cms/locallang_ttc.xml:tabs.access,
starttime, endtime'
),
......
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