Bug #87687
closedContent elements cannot be added when page editing is disabled
100%
Description
When disabling page editing for editors with access module, new content elements
cannot be created.
This is due to the fact, that some JS AMD module (PageActions) is bound to page edit permissions, while it
meanwhile holds functionality that is independent from page edit permissions (like creating new content elements, show hidden elements and so on)
Updated by Helmut Hummel almost 6 years ago
PageActions.ts needs to be separated into functionality that requires page edit permissions and other general functionality.
Updated by Helmut Hummel almost 6 years ago
The AMD module is only added when page permissions are granted: https://github.com/TYPO3/TYPO3.CMS/blob/83a2eeb5320aacd4d947178abb0990177c34fa81/typo3/sysext/backend/Classes/View/PageLayoutView.php#L844-L857
However, the AMD module contains functionality, that is required even without page permissions: https://github.com/TYPO3/TYPO3.CMS/blob/83a2eeb5320aacd4d947178abb0990177c34fa81/typo3/sysext/backend/Resources/Private/TypeScript/PageActions.ts#L37-L39
Updated by Gerrit Code Review over 5 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/+/59872
Updated by Helmut Hummel over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1b37fb72977a36ffb1bbb96cb910b56a8d2e7f5a.
Updated by Stefan Hekele over 5 years ago
The patch has not been applied to 9.5 branch.
Current version 9.5.6 is still broken.
Updated by Gerrit Code Review over 5 years ago
- Status changed from Closed to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60737
Updated by Helmut Hummel over 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset 1703accac1bbda4964be7e9815549a30a4816343.
Updated by Andreas Kienast over 5 years ago
- Related to Bug #88532: New Content Element wizard broken added
Updated by Benni Mack almost 5 years ago
- Status changed from Resolved to Closed