Bug #57587
closedAdmin BE user records should ignore db mounts
100%
Description
Admin BE users are processing defined db mounts, which leads to an unnecessary big page tree because of the selected db mounts displayed in addition to the default root(uid 0).
How to reproduce- Create a backend user without setting the admin flag and set a db mount.
- Edit the newly created user and set the admin flag. The db mount fields disappear, but are still taken into account.
Appears in 4.5 and 6.2 (didn't tested other versions).
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29110
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29110
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29110
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29110
Updated by Gerrit Code Review over 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29110
Updated by Gerrit Code Review over 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29110
Updated by Mathias Brodala over 10 years ago
Pascal Dürsteler wrote:
How to reproduce
- Create a backend user without setting the admin flag and set a db mount.
- Edit the newly created user and set the admin flag. The db mount fields disappear, but are still taken into account.
A more usual case:
- Create a backend user group, set a DB mount.
- Create an admin backend user
- Assign the backend user group to the admin backend user.
The third step is required to have pages created by this user owned by the user group and thus editable by all regular users of this group. (Unless you use PageTS)
Updated by Anonymous over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f262ddef067d3450db05491d39c762f39a9fb826.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed