Actions
Task #104199
closedBackend typo3-backend-icon component code contains duplicated code
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2024-06-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
backend, javascript, icon, web component
Complexity:
no-brainer
Sprint Focus:
Description
The Build/Sources/TypeScript/backend/element/icon-element.ts file contains duplicated declare global
declare global {
interface HTMLElementTagNameMap {
'typo3-backend-icon': IconElement;
}
}
One declaration should be removed.
Updated by Gerrit Code Review 5 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/+/84890
Updated by Gerrit Code Review 5 months ago
Patch set 1 for branch 12.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/+/84840
Updated by Marcin Sągol 5 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c8ec67590a2dabaf1a922e04e4505a571762724a.
Actions