For tx_news I can define (via Page TSconfig) e.g. a list of PIDs from where to select the available system categories for a news record. The tsConfig would look like this:
TCEFORM.tx_news_domain_model_news.categories.PAGE_TSCONFIG_IDLIST = 12345,12346,12347
Now my Question: Is something like this possible for the organizer and location records coming with tx_news based eventnews? So the organizer and location items available on a eventnews record will be filtered by their PID? I tried sth. like this:
TCEFORM.tx_news_domain_model_news.organizer.PAGE_TSCONFIG_IDLIST = 12345
TCEFORM.tx_news_domain_model_news.location.PAGE_TSCONFIG_IDLIST = 12345
But it didn´t work, so I guess it is not implemented yet. Does anybody know another way to get this done, a workaround or something?
You must modify the TCA of the
tx_news_domain_model_news.organizer
andtx_news_domain_model_news.location
to archive this.As you can see here and here there is no marker like
###PAGE_TSCONFIG_IDLIST###
as referenced here.You should make it like this: