Actions
Bug #84163
closedEpic #90106: [Extbase] Priority Bugfixes
File operation permissions set as bitmask in BackendUserGroup model
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2018-03-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:
Description
Since this change the DB field be_groups.file_permissions
is a plain select
field which leads to storing a CSV value like readFolder,writeFolder,...
However, the Extbase domain model BackendUserGroup
was not updated with this change and still stores permissions as bitmask.
This needs to be updated to store permissions as CSV value instead.
Updated by Mathias Brodala over 6 years ago
- Related to Feature #52716: Change file permission fields according to TSconfig opportunities added
Updated by Mathias Brodala over 6 years ago
- Related to Bug #50574: Setting permissions in TSconfig for files is ignored...... added
Updated by Alexander Schnitzler almost 5 years ago
- Status changed from New to Accepted
Updated by Christian Kuhn almost 3 years ago
- Status changed from Accepted to Closed
Hey. I hope it's ok to close this one: the backendUserGroup model has been deprecated in v11 and removed in v12. I guess It's rather unlikely we'll still tackle this issue.
Actions