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 #1

Updated by Riccardo De Contardi 11 months ago

The Recycler Doktype has been removed on version 13

Actions #2

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

Actions #3

Updated by Benni Mack 11 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack 5 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF