Bug #91177
closedEpic #90812: Fluid-based Page Module
Fluid Page Module: Show "Inconsistent content detected flash message" only once
100%
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
Updated by Josef Glatz over 4 years ago
- File 91177-red.png 91177-red.png added
- Description updated (diff)
Updated by Georg Ringer over 4 years ago
- Related to Bug #91313: Correct language title for Inconsistent content detected flash message added
Updated by Riccardo De Contardi over 3 years ago
I performed a test with 11.2.0-dev; It looks like that
- the warning flash message "Inconsistent content detected in language "XXXX" shows only once (I had tested with two "inconsistent" content elements on the same language, the only way I was able to see two messages was to set the inconsistent elements in two different languages, so I had a message for each language.
- the elements are still not highlighted in red (despite the warning message).
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71484
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71484
Updated by Gerrit Code Review about 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71484
Updated by Oliver Bartsch about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cc0c6b277b62834d255b19933e9dbc6810448ee0.
Updated by Georg Ringer about 3 years ago
- Related to Bug #95717: Danger highlight of inconsistant translation records missing added