Actions
Bug #88532
closedNew Content Element wizard broken
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2019-06-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When a user does not have edit permissions for the page, but for content, the "PageActions.js" is not loaded, causing the CE wizard to be completely broken.
This is a regression to #75676.
PageActions.js is ONLY loaded if the user has edit permissions for the page, so the wizard is broken if this is not the case.
This loading behaviour is there since #68271 (from 2015).
How to test:
- Create a BE group with permissions for at least one CE type
- Create a BE user as member of this group
- Create a page where the group has no page editing permissions (Access module)
- Use Page module and click the "+ Content" button
Files
Actions