Actions
Bug #91177
closedEpic #90812: Fluid-based Page Module
Fluid Page Module: Show "Inconsistent content detected flash message" only once
Start date:
2020-04-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
fluidpagemodule
Complexity:
Is Regression:
Sprint Focus:
Description
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
A) Result: instead of one flash message, multiple flash messages are thrown in \TYPO3\CMS\Backend\View\BackendLayout\ContentFetcher::getTranslationData()
¶
B) Also the problematic content elements are not marked red.¶
Acceptance Criteria¶
- The flash message must be shown only once (for each language) like the good old page module does that already.
- conflicting CEs must be marked red like the good old page module does that already
Files
Actions