Skip to content

Commit

Permalink
[!!!][BUGFIX] Respect PageTsConfig limitation for authors
Browse files Browse the repository at this point in the history
From now on the PAGE_TSCONFIG_ID is respected for authors in the backend.

If you have not configured a storage pid for this records before please adjust your configuration.

TsConfig Example:
TCEFORM.pages.authors.PAGE_TSCONFIG_ID = 59

Fixes: #123
  • Loading branch information
benjaminkott committed Mar 20, 2020
1 parent a829875 commit b2b058f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/TCA/Overrides/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
'renderType' => 'selectMultipleSideBySide',
'multiple' => 0,
'foreign_table' => 'tx_blog_domain_model_author',
'foreign_table_where' => 'AND tx_blog_domain_model_author.pid = ###PAGE_TSCONFIG_ID### ORDER BY tx_blog_domain_model_author.name ASC',
'MM' => 'tx_blog_post_author_mm',
'minitems' => 0,
'maxitems' => 99999,
Expand Down

0 comments on commit b2b058f

Please sign in to comment.