Bug #11538
closedDeleting page which has (deleted) subpages
0%
Description
If I have this structure:
Page1
-- Page2
-- Page3
and delete with subpages is not set, I have to first delete Page2 and Page3 and can then delete Page1. Now with workspaces I have to first delete Page2 and Page3 -> Publish the deletion -> delete Page1. For me the publish step is unnecessary, the subpages check should check for subpages in the workspace.
what do you think?
Updated by Riccardo De Contardi over 11 years ago
I confirm this issue for TYPO3 6.1
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
4.6)
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Riccardo De Contardi over 7 years ago
- TYPO3 Version set to 9
This behavior is still present in 9.0.0 (latest master)
Updated by Gerrit Code Review about 6 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 https://review.typo3.org/58915
Updated by Steffen Dietrich about 6 years ago
I've been able to reproduce the workflow and I think I found a solution.
Although I still appreciate feedback.
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58915
Updated by Susanne Moog over 5 years ago
- Status changed from Under Review to Accepted
Review was abandoned.
Updated by Christian Kuhn almost 4 years ago
- Related to deleted (Feature #79335: Add pageaction "clear recycler" to context menu of recycler (doktype 255))
Updated by Christian Kuhn almost 4 years ago
- Related to Task #92560: Drop recursive delete from user settings added
Updated by Christian Kuhn almost 4 years ago
- Status changed from Accepted to Closed
This is "solved": We changed the delete behavior in v11 / master - users can now always delete recursive.
I also played around on this with v11: Have a page with a sub page in LIVE. Switch to some workspace, delete page (->works, page and sub page disappear from page tree). Technically, a delete placeholder record is created for page, but NOT for sub page. If then publishing the page, both page and sub page are set to deleted in live. That looks fine.
I'll close the issue for now.