Actions
Bug #101397
closedNot possible to drag in pages into page type recycler
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-07-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since TYPO3 v12 it is not possible anymore to move pages into the recycler.
Before the newly introduces PageDoktypeRegistry allowedTables was set to:
(string)PageRepository::DOKTYPE_RECYCLER => [ // Doktype 255 is a recycle-bin. 'allowedTables' => '*', ],
Now it is:
// Doktype 255 is a recycle-bin. PageRepository::DOKTYPE_RECYCLER => [ 'allowedTables' => 'sys_file', ],
Files
Actions