Skip to content
Snippets Groups Projects
Commit 99e19a0a authored by Richard Haeser's avatar Richard Haeser Committed by Daniel Goerz
Browse files

[BUGFIX] Removed configuration field from be_dashboards records

As the database column for the field configuration is missing
and the field is not used anymore, the TCA configuration for
this field is removed.

Resolves: #90687
Releases: master
Change-Id: I4510419deebf1183eaaabcc2a6078f126a8d58f5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63636


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent cd0fa02c
Branches
Tags
No related merge requests found
...@@ -18,7 +18,7 @@ return [ ...@@ -18,7 +18,7 @@ return [
'typeicon_classes' => [ 'typeicon_classes' => [
'default' => 'content-dashboard' 'default' => 'content-dashboard'
], ],
'searchFields' => 'identifier,title,configuration' 'searchFields' => 'identifier,title'
], ],
'columns' => [ 'columns' => [
'hidden' => [ 'hidden' => [
...@@ -74,20 +74,13 @@ return [ ...@@ -74,20 +74,13 @@ return [
'max' => 255, 'max' => 255,
'eval' => 'required' 'eval' => 'required'
] ]
],
'configuration' => [
'label' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang_tca.xlf:configuration',
'config' => [
'type' => 'text',
'readOnly' => true,
],
] ]
], ],
'types' => [ 'types' => [
'1' => [ '1' => [
'showitem' => ' 'showitem' => '
--div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general,
identifier,title,configuration, identifier,title,
--div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:access, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:access,
hidden, --palette--;;timeRestriction, hidden, --palette--;;timeRestriction,
--div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended,
......
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