Project

General

Profile

Actions

Bug #76036

closed

Page module lacks "new content" button if page has no edit permission for group

Added by Markus Klein about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Start date:
2016-05-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
On Location Sprint

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.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #71243: Non-Admins can't edit contentClosedMathias Schreiber2015-11-02

Actions
Related to TYPO3 Core - Bug #61560: List-view shows edit though edit is not allowedClosed2014-09-12

Actions
Actions #1

Updated by Markus Klein about 8 years ago

  • Is Regression changed from No to Yes
  • Sprint Focus set to Stabilization Sprint
Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Markus Klein almost 8 years ago

  • Sprint Focus changed from Stabilization Sprint to On Location Sprint
Actions #7

Updated by Gerrit Code Review almost 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

Actions #8

Updated by Gerrit Code Review almost 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

Actions #9

Updated by Gerrit Code Review almost 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

Actions #10

Updated by Gianluigi Martino almost 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF