Bug #91177
Updated by Josef Glatz over 4 years ago
h1. Problem/Description * Scenario requirements: a page with many inconsistent content element translations * Open the +new fluid page module+ with that page and activate the Language mode h2. A) Result: instead of one flash message, multiple flash messages are thrown in @\TYPO3\CMS\Backend\View\BackendLayout\ContentFetcher::getTranslationData()@ https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/backend/Classes/View/BackendLayout/ContentFetcher.php#L191 !{width:600px;}fluidpagemodule.png! h2. B) Also the problematic content elements are not marked red. !91177-red.png! h1. Acceptance Criteria * The flash message must be shown only once (for each language) like the good old page module does that it already. * conflicting CEs must be marked red like the good old page module does that already