Actions
Bug #105205
closedLogin Logo is not context aware (dark mode) in subdir installation
Start date:
2024-10-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
git clone https://github.com/TYPO3/typo3 cd typo3 composer install mkdir subdir cd subdir ln -s .. typo3_src ln -s typo3_src/index.php ln -s typo3_src/typo3 touch FIRST_INSTALL # no install via /subdir/typo3/install.php
Open the Backend login and the color will be incorrect, as the login logo is not inline but rendered via an img
tag.
Files
Updated by Gerrit Code Review about 2 months ago
- Status changed from New 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/+/86433
Updated by Gerrit Code Review about 2 months ago
Patch set 2 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/+/86433
Updated by Gerrit Code Review about 2 months ago
Patch set 3 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/+/86433
Updated by Benjamin Franzke about 1 month ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 48a343e1d7e2a55995ebad402dcc4867f9be74e9.
Actions