[BUGFIX] Show SVG actions in Element Browser trees
Due to the change of scalable SVG icons the tree actions for selecting actions in the Page Selector / File Selector were not rendered again. This change fixes the issue by properly using a SVG inside another SVG again, just like with icons of the actual tree. Resolves: #94545 Releases: master Change-Id: I7bfae2e422adce6fd07eed46a26e8ab9767f12a6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69814 Tested-by:core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/Sass/component/_svgtree.scss 2 additions, 2 deletionsBuild/Sources/Sass/component/_svgtree.scss
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/SvgTree.ts 36 additions, 2 deletions...TypeScript/backend/Resources/Public/TypeScript/SvgTree.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/Tree/FileStorageBrowser.ts 2 additions, 16 deletions...nd/Resources/Public/TypeScript/Tree/FileStorageBrowser.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/Tree/PageBrowser.ts 3 additions, 17 deletions...t/backend/Resources/Public/TypeScript/Tree/PageBrowser.ts
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/SvgTree.js 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/JavaScript/SvgTree.js
- typo3/sysext/backend/Resources/Public/JavaScript/Tree/FileStorageBrowser.js 1 addition, 1 deletion...nd/Resources/Public/JavaScript/Tree/FileStorageBrowser.js
- typo3/sysext/backend/Resources/Public/JavaScript/Tree/PageBrowser.js 3 additions, 3 deletions...t/backend/Resources/Public/JavaScript/Tree/PageBrowser.js
- typo3/sysext/recordlist/Resources/Public/JavaScript/RecordExportButton.js 13 additions, 0 deletions...ordlist/Resources/Public/JavaScript/RecordExportButton.js
Please register or sign in to comment