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
Updated by Riccardo De Contardi 11 months ago
The Recycler Doktype has been removed on version 13
Updated by Gerrit Code Review 11 months ago
- Status changed from New to Under Review
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82430
Updated by Benni Mack 11 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9f64e5165ced303dd450bd80f403e6d9873be0f9.
Actions