Bug #50872
closedFile permissions set in the user record are not taken into account
100%
Description
With FAL a new way to define file permissions (for storages) has been introduced.
You can set these in User TsConfig instead of doing it in the user record.
There is a backwards compatibility layer however which should
set the permissions according to the database entry in case no
permissions have been set in TsConfig does not work,
because of a wrong check for existence of UserTsConfig properties.
Instead of checking for an array (which is always the case), we
have to check if the array is not empty.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22921
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22929
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/22930
Updated by Helmut Hummel over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 032d7ac362ec60bd52023f8b6bf14294fcd9e016.