[BUGFIX] Remove ElementBrowser::isReadOnlyFolder
ElementBrowser::isReadOnlyFolder is not required any more because the check if the folder is writable has been moved to the methods that create the file upload and folder creation forms. The method and the parts where it was used were removed. Additionally the check if the user is allowed to create folders by TSConfig was moved to the createFolder method to reduce the amount of duplicate code. Resolves: #47648 Releases: 6.2, 6.1, 6.0 Change-Id: Ic6504c8def80012cbe420fc83539cfa859a53c0d Reviewed-on: https://review.typo3.org/25358 Reviewed-by: DANIEL Rémy Tested-by: DANIEL Rémy Reviewed-by: Fabien Udriot Tested-by: Fabien Udriot Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
Showing
- typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php 7 additions, 27 deletionstypo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
- typo3/sysext/rtehtmlarea/Classes/BrowseLinks.php 3 additions, 5 deletionstypo3/sysext/rtehtmlarea/Classes/BrowseLinks.php
- typo3/sysext/rtehtmlarea/Classes/SelectImage.php 2 additions, 4 deletionstypo3/sysext/rtehtmlarea/Classes/SelectImage.php
Please register or sign in to comment