Project

General

Profile

Actions

Bug #50872

closed

File permissions set in the user record are not taken into account

Added by Helmut Hummel over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-08-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.

Actions

Also available in: Atom PDF