Project

General

Profile

Actions

Bug #95717

closed

Danger highlight of inconsistant translation records missing

Added by Anonymous over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-10-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

TYPO3 10.4.21

Way to reproduce:

- translate a page with contents
- translate the contents with "translate"
- edit one translated content and set the l18n_parent to "0"
- now a warning is displayed and an indicator shows "mixed mode"
-> but the record itself is not highlighted (as it was in TYPO3 9)

Background:
- the class responsible for the red highlight is "t3-page-ce-danger"
- in TYPO3 9 the class was calculated in typo3/sysext/backend/Classes/View/PageLayoutView.php:1038
- this code is still present in V10 (line:443) BUT its not used for generating the html anymore (at least in this context) - instead the html is build in the fluid template typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record.html and the classname is calculated in typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumnItem.php->getWrapperClassName():84 -> there the logic never outputs the class "t3-page-ce-danger"


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #91177: Fluid Page Module: Show "Inconsistent content detected flash message" only onceClosedClaus Due2020-04-23

Actions
Actions #1

Updated by Georg Ringer over 2 years ago

  • Related to Bug #91177: Fluid Page Module: Show "Inconsistent content detected flash message" only once added
Actions #2

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71932

Actions #3

Updated by Gerrit Code Review over 2 years ago

Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71932

Actions #4

Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72031

Actions #5

Updated by Oliver Bartsch over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF