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.
Actions