Project

General

Profile

Actions

Bug #101397

closed

Not possible to drag in pages into page type recycler

Added by Nikita Hovratov over 1 year ago. Updated 5 months ago.

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

error-recycler.png (13.8 KB) error-recycler.png Nikita Hovratov, 2023-07-20 09:50
Actions

Also available in: Atom PDF