Project

General

Profile

Actions

Bug #88830

closed

Missing language icon in list module if CE has sys_language_uid=-1

Added by Georg Tiefenbrunn almost 5 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2019-07-24
Due date:
% Done:

0%

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

Description

TYPO3 9.5.x - Column "[Localization]" in list module renders "[icon-default-not-found] All languages" for content elements having tt_content.sys_language_uid=-1 (option "[All]").

<td class="col-localizationa nowrap">
  <span title="All languages">
    <span class="t3js-icon icon icon-size-small icon-state-default icon-default-not-found" data-identifier="default-not-found">
      <span class="icon-markup">
        <img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/default/default-not-found.svg" width="16" height="16">
      </span>
    </span>
  </span>
  &nbsp;All languages
</td>
Actions #1

Updated by Georg Ringer almost 5 years ago

  • Status changed from New to Accepted
  • Assignee set to Georg Ringer
Actions #2

Updated by Georg Ringer about 4 years ago

  • Status changed from Accepted to Closed

I can't reproduce that in master at least anymore and closing this issue

Actions

Also available in: Atom PDF