Bug #90608
closedPageLayoutView doesn't take `tables_modify` into account
100%
Description
If a user has not set `tables_modify` for `tt_content` he still gets all the action buttons and translate options displayed.
Clicking on one of this buttons leads to infinity load of the frame.
Some checks are needed to prevent this behaviour.
Steps to reproduce
Create a backend user and a backend user group.
Allow the user group to modify pages and also allow listing but not modifying of tt_content
Open the page module => All options like hide, delete, edit and translate are still shown
Updated by Oliver Bartsch over 4 years ago
- Related to Bug #90605: fluidbased PageLayoutView doesn't take `tables_modify` into account added
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63520
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63520
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63520
Updated by Daniel Goerz over 4 years ago
- Related to Task #90348: PageLayoutView and BackendLayout should be refactored to separate rendering, processing and fetching of content added
Updated by Oliver Bartsch over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b86ccc8df520ecef349bad95ffa0f872ae67f763.
Updated by Oliver Bartsch over 4 years ago
- Related to Bug #90632: newLanguageButton in PageLayoutView needs to be also checked for proper edit permissions added