Bug #76036
closedPage module lacks "new content" button if page has no edit permission for group
100%
Description
Setup:
Page with owner "admin" and group "editors".
Permissions:
- all for owner
- only show and edit content for group
- others none
A normal user (belonging to the editors group) sees no "+ Content" buttons in the Page module view.
Adding content via list module works.
The reasons is calling $this->getPageLayoutController()->pageIsNotLockedForEditors()
in typo3/sysext/backend/Classes/View/PageLayoutView.php:527, which involves a check for $this->CALC_PERMS & Permission::PAGE_EDIT
.
This is wrong for content editing.
Updated by Markus Klein over 8 years ago
- Is Regression changed from No to Yes
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review over 8 years ago
- Status changed from Accepted 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/48057
Updated by Gerrit Code Review over 8 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/48057
Updated by Gerrit Code Review over 8 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/48057
Updated by Gerrit Code Review over 8 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/48057
Updated by Markus Klein over 8 years ago
- Sprint Focus changed from Stabilization Sprint to On Location Sprint
Updated by Gerrit Code Review over 8 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/48057
Updated by Gerrit Code Review over 8 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/48057
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48063
Updated by Gianluigi Martino over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7d3166ebcd166df3d5e1bbcc9d42c952432f98fd.