Summary | trean: Cannot delete folders with subfolders |
Queue | Trean |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | felilx.leimbach (at) gmx (dot) net |
Created | 06/15/2008 (6206 days ago) |
Due | |
Updated | 06/20/2008 (6201 days ago) |
Assigned | 06/15/2008 (6206 days ago) |
Resolved | 06/15/2008 (6206 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
different behavior, file a request ticket.
Thanks for the clarification!
delete folders with children.
different behavior, file a request ticket.
delete folders with children.
From a test-import I'm left with a folder which has approx. 500
nested children ...
Yea, I know ways to get them deleted but I think the default delete
function should do a recursive delete. It asks the user for
confirmation already, so there's no danger IMHO.
children exist.
That's a progress, but still I'd love to have a recursive delete.
State ⇒ Resolved
http://cvs.horde.org/diff.php/trean/edit.php?r1=1.54&r2=1.55&ty=u
Assigned to Michael Rubinsky
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ trean: Cannot delete folders with subfolders
Queue ⇒ Trean
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
which do have subfolders. No message is displayed. The page is just
reloaded and the folder still exists.
Deleting folders without subfolders works.
I tracked down the execution path to edit.php where in line 268 the
delete() method of the $folder object is called as one would expect.
The problem must be later on in the delete method.