Project

General

Profile

Actions

Bug #96865

closed

Epic #93119: Bootstrap v5 migration

Non-installed third party extension is not displayed in grey in Extension Manager

Added by Lina Wolf about 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
-
Start date:
2022-02-13
Due date:
% Done:

100%

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

Description

Using current main of TYPO3 I installed the extension examples with composer:

ddev composer req t3docs/examples:"dev-main" 

When having a look in the extension manager the icon shows correctly that the extension is not installed. However the text color is still black not grey like with non-installed system extensions. See Screenshot.

This fooled me into believing the extension was already installed.


Files

ExtensionModule.png (26.5 KB) ExtensionModule.png Lina Wolf, 2022-02-13 09:34
Actions #1

Updated by Georg Ringer about 2 years ago

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

Updated by Georg Ringer about 2 years ago

  • Is Regression set to Yes

Problem is the order of styles

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

<style>
.extension-list .inactive, .extension-list .inactive td {
    color: rgb(170, 170, 170);
}

works fine in 11

Actions #3

Updated by Oliver Bartsch about 2 years ago

  • Parent task set to #93119

Can also reproduce this in v11.

Actions #4

Updated by Gerrit Code Review about 2 years ago

  • Status changed from Accepted to Under Review

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

Actions #5

Updated by Gerrit Code Review about 2 years ago

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

Actions #6

Updated by Oliver Bartsch about 2 years ago

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

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF