Skip to content

Commit

Permalink
Update tx_mpdbcore_domain_model_publisher.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dikastes authored Jun 3, 2024
1 parent 2dcd997 commit b5c5185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/TCA/tx_mpdbcore_domain_model_publisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
'iconfile' => 'EXT:mpdb_core/Resources/Public/Icons/tx_mpdbcore_domain_model_publisher.gif'
],
'interface' => [
'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, name, shorthand, location, alternate_name, active_from, active_to, responsible_persons',
'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, name, shorthand, location, alternate_name, active_from, active_to',
],
'types' => [
'1' => ['showitem' => 'name, shorthand, location, alternate_name, active_from, active_to, responsible_persons, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:language, sys_language_uid, l10n_parent, l10n_diffsource, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:access, hidden, starttime, endtime'],
'1' => ['showitem' => 'name, shorthand, location, alternate_name, active_from, active_to, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:language, sys_language_uid, l10n_parent, l10n_diffsource, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:access, hidden, starttime, endtime'],
],
'columns' => [
'sys_language_uid' => [
Expand Down

0 comments on commit b5c5185

Please sign in to comment.