Feature #1835
closedEpic #64385: Refactor Recycler
Recycler: Integrate recursive recovering
100%
Description
- "First Level" (id: 1, deleted: 1)
- "Second Level" (id: 2, deleted: 1)
- "Third Level" (id: 3, deleted: 1)
- "Second Level" (id: 2, 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:- 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)
- 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.
Updated by Oliver Hader almost 16 years ago
- Assignee set to Oliver Hader
- Priority changed from Should have to Could have
- Target version set to TYPO3 4.3 beta
Of course, this makes only sense for tables...
Updated by Chris topher over 13 years ago
- Project changed from 147 to TYPO3 Core
- Target version deleted (
TYPO3 4.3 beta)
Updated by Chris topher over 13 years ago
- Subject changed from Integrate recursive recovering to Recycler: Integrate recursive recovering
- TYPO3 Version set to 4.3
Updated by Alexander Opitz over 11 years ago
- Category set to Recycler
- TYPO3 Version changed from 4.3 to 6.2
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36744
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36744
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36744
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
Updated by Gerrit Code Review about 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
Updated by Gerrit Code Review about 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
Updated by Gerrit Code Review about 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
Updated by Gerrit Code Review about 9 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
Updated by Gerrit Code Review about 9 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/36744
Updated by Andreas Fernandez about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 30e872ac6b4ed03cc04dab06ffbd719b36999cf8.
Updated by Stephan Großberndt over 7 years ago
- Precedes Bug #81803: Changing the number of listed records in recycler broken added