Actions
Bug #89977
closedException in BE after Update to 9.5.12: missing function contentIsNotLockedForEditors?
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2019-12-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This leads to a problem with gridelements.
Editors (non admins) will get an Exception in BE (in page module), if a page is selected.
see: typo3/sysext/backend/Classes/
typo3/sysext/backend/Classes/Controller/PageLayoutController.php: 'contentIsNotLockedForEditors' => 'Using PageLayoutController::contentIsNotLockedForEditors() is deprecated and will not be possible anymore in TYPO3 v10.0.',
It appears that it was intended to deprecate this function but it seems to have disappeared?
There is currently no update for gridelements. I am using 9.3.0
Actions