Project

General

Profile

Actions

Feature #1835

closed

Epic #64385: Refactor Recycler

Recycler: Integrate recursive recovering

Added by Oliver Hader over 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Could have
Assignee:
Category:
Recycler
Target version:
-
Start date:
2008-10-26
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Imagine the following structure of deleted pages:
  • "First Level" (id: 1, deleted: 1)
    • "Second Level" (id: 2, deleted: 1)
      • "Third Level" (id: 3, deleted: 1)

If the "Third Level" (id: 3) shall be recovered, it would be required that all deleted ancestors get recovered as well.

On a per-user basis it shall be possible to define the following:
  1. User is allowed to execute recursive recovering data structures (in the example, if page with id 3 gets recovered, also the ids 2 and 1 get recovered automatically)
  2. User is not allowed to execute recursive recovering - thus, the record (e.g. page with id 3) isn't displayed with the possibility to be recovered in the recycler

"Per-user basis" means User TSconfig and User setup module. Additionally there must be a configurable system default to that behaviour.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #1834: Recycler: Integrate Lost+Found possibilitesClosed2008-10-26

Actions
Precedes TYPO3 Core - Bug #81803: Changing the number of listed records in recycler brokenClosedStephan Großberndt2008-10-272008-10-27

Actions
Actions

Also available in: Atom PDF