[BUGFIX] Avoid unnecessary nesting in typo3-backend-switch-user
The web component should behave like a button, there is no need to have another button nested inside. Resolves: #100513 Releases: main Change-Id: I9ff0f64f751cdbe5968788515cff324777957dbc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78521 Reviewed-by:Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/Sass/backend.scss 0 additions, 1 deletionBuild/Sources/Sass/backend.scss
- Build/Sources/Sass/component/_switchuser.scss 0 additions, 7 deletionsBuild/Sources/Sass/component/_switchuser.scss
- Build/Sources/TypeScript/backend/switch-user.ts 26 additions, 5 deletionsBuild/Sources/TypeScript/backend/switch-user.ts
- typo3/sysext/backend/Resources/Private/Templates/ToolbarItems/UserToolbarItemDropDown.html 23 additions, 24 deletions...ivate/Templates/ToolbarItems/UserToolbarItemDropDown.html
- 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/switch-user.js 1 addition, 1 deletion...sysext/backend/Resources/Public/JavaScript/switch-user.js
- typo3/sysext/beuser/Classes/ViewHelpers/SwitchUserViewHelper.php 18 additions, 24 deletions...ysext/beuser/Classes/ViewHelpers/SwitchUserViewHelper.php
- typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html 1 addition, 1 deletion.../Resources/Private/Partials/BackendUser/IndexListRow.html
Please register or sign in to comment