Actions
Bug #41229
closedAccess module got several bugs
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2012-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
General workflow:¶
- "User overview" shows the settings of the current user.
- "Permissions" shows the access to the page/tree
- Admin in "User overview" > all fields are green as this is an admin, no need to show matrix
- Admin in "User overview" doesn't see the column "lock", no need to hide - especially if a normal user can see that
- Changes an editor does in "User overview" via matrix are not persisted
- Editor could change the editlock, even if no rights for this field.
- Editor can't set an owner as the dynamic select box is not shown
- Kind of no ajax request works for editors
- If the adminlock is enabled for a page, nothing must be changeable through the module. tcemain prevents that later, gui indicates otherwise
Possible solution¶
make the module for admins only, remove the overview
Actions