Skip to content

Commit

Permalink
[BUGFIX] replace displayCondition for slug field (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmes committed Sep 9, 2020
1 parent fd2d4e2 commit 4501d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/tt_address.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
'slug' => [
'exclude' => true,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:pages.slug',
'displayCond' => 'USER:' . \TYPO3\CMS\Core\Compatibility\PseudoSiteTcaDisplayCondition::class . '->isInPseudoSite:pages:false',
'displayCond' => 'VERSION:IS:false',
'config' => [
'type' => 'slug',
'size' => 50,
Expand Down

0 comments on commit 4501d1f

Please sign in to comment.