[BUGFIX] Check language access for edit default metadata
At various places, it's possible to edit the metadata of a file in the default language. However, users might not have access to the default language. To prevent moving to FormEngine and facing access permission errors, those places now use proper language access checks and do not display corresponding action if the user does not have access. Resolves: #103432 Releases: main, 12.4 Change-Id: I22c3755a17888cfc623ce05b25fd655b323cc553 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83573 Reviewed-by:Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Jochen Roth <rothjochen@gmail.com> Reviewed-by:
Jochen Roth <rothjochen@gmail.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/TypeScript/filelist/file-list.ts 2 additions, 1 deletionBuild/Sources/TypeScript/filelist/file-list.ts
- typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileProvider.php 5 additions, 4 deletions...lelist/Classes/ContextMenu/ItemProviders/FileProvider.php
- typo3/sysext/filelist/Classes/Controller/FileListController.php 19 additions, 10 deletions...sysext/filelist/Classes/Controller/FileListController.php
- typo3/sysext/filelist/Classes/FileList.php 6 additions, 1 deletiontypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/filelist/Resources/Private/Templates/File/List.html 6 additions, 4 deletions...ysext/filelist/Resources/Private/Templates/File/List.html
- typo3/sysext/filelist/Resources/Private/Templates/Filelist/Tiles.html 2 additions, 1 deletion.../filelist/Resources/Private/Templates/Filelist/Tiles.html
- typo3/sysext/filelist/Resources/Public/JavaScript/file-list.js 1 addition, 1 deletion.../sysext/filelist/Resources/Public/JavaScript/file-list.js
Please register or sign in to comment