Bug #96865
closedEpic #93119: Bootstrap v5 migration
Non-installed third party extension is not displayed in grey in Extension Manager
100%
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
Updated by Georg Ringer almost 3 years ago
- Status changed from New to Accepted
- Assignee set to Georg Ringer
Updated by Georg Ringer almost 3 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
Updated by Oliver Bartsch almost 3 years ago
- Parent task set to #93119
Can also reproduce this in v11.
Updated by Gerrit Code Review almost 3 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
Updated by Gerrit Code Review almost 3 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
Updated by Oliver Bartsch almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 43106cad26698625a7203735ca66676ddde00aeb.