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
Updated by Felix Kopp about 12 years ago
The overview does not bring any benefit I support the idea to remove the overview.
Also the table in Permissions does not comply with backend layout table style. Table should be 100% wide and have white background color.
Easy fix: add class="typo3-dblist" to the Table tag definition. Plus: Do not center some labels.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14903
Updated by Georg Ringer about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2e6f9ed8f631de54724e38af33a3e0a446e19085.
Actions