problem description: i have two domains on one typo3 installation i have one folder (general record storage page) with tt_news records for both 2 domains i have two pages with tt_news single view one for each domain each single view plugin is configured to show news only from selected category.
problem: each news is available on both domains. example: 1. domain1.com/news/title-news-foo.html 2. domain2.com/newsfromdomain2/title-news-foo.html
ex 1, its ok, news is assigned to category from this domain ex 2, its wrong, this news should not be displayed here becouse it`s displyaed on domain1.com
It looks that in single view typo3 is not considering Categry mode selection. So how to resolve this issue, without separing news to indepenedent GRSP ?