Actions
Bug #87687
closedContent elements cannot be added when page editing is disabled
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2019-02-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions