Skip to content

Commit

Permalink
[BUGFIX] Remove display condition for slug fields of custom records (#43
Browse files Browse the repository at this point in the history
)

Fixes: #42
Releases: master, 9.1, 9.0
  • Loading branch information
dmitryd authored and benjaminkott committed Jun 25, 2019
1 parent 6fb4621 commit bfba7a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Configuration/TCA/Overrides/sys_category.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'slug' => [
'exclude' => 0,
'label' => $ll . 'sys_category.slug',
'displayCond' => 'USER:' . \TYPO3\CMS\Core\Compatibility\PseudoSiteTcaDisplayCondition::class . '->isInPseudoSite:pages:false',
'config' => [
'type' => 'slug',
'generatorOptions' => [
Expand Down
1 change: 0 additions & 1 deletion Configuration/TCA/tx_blog_domain_model_author.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
'slug' => [
'exclude' => 0,
'label' => $ll . 'tx_blog_domain_model_author.slug',
'displayCond' => 'USER:' . \TYPO3\CMS\Core\Compatibility\PseudoSiteTcaDisplayCondition::class . '->isInPseudoSite:pages:false',
'config' => [
'type' => 'slug',
'generatorOptions' => [
Expand Down
1 change: 0 additions & 1 deletion Configuration/TCA/tx_blog_domain_model_tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
'slug' => [
'exclude' => 0,
'label' => $ll . 'tx_blog_domain_model_tag.slug',
'displayCond' => 'USER:' . \TYPO3\CMS\Core\Compatibility\PseudoSiteTcaDisplayCondition::class . '->isInPseudoSite:pages:false',
'config' => [
'type' => 'slug',
'generatorOptions' => [
Expand Down

0 comments on commit bfba7a7

Please sign in to comment.