Summary | Recursive folder delete does not work |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/20/2012 (4748 days ago) |
Due | |
Updated | 08/29/2012 (4708 days ago) |
Assigned | 07/22/2012 (4746 days ago) |
Resolved | 07/24/2012 (4744 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 8ec1816346ea01d7a516ebb13d814df318a08930
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 11:56:20 2012 -0600
[mms] Fix recursive mailbox delete in dynamic view (
Bug #11288).imp/docs/CHANGES | 1 +
imp/js/dimpbase.js | 2 +-
imp/package.xml | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/8ec1816346ea01d7a516ebb13d814df318a08930
commit 8ec1816346ea01d7a516ebb13d814df318a08930
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 11:56:20 2012 -0600
[mms] Fix recursive mailbox delete in dynamic view (
Bug #11288).imp/docs/CHANGES | 1 +
imp/js/dimpbase.js | 2 +-
imp/package.xml | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/8ec1816346ea01d7a516ebb13d814df318a08930
State ⇒ Assigned
Assigned to Michael Slusarz
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Recursive folder delete does not work
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
recursive folder delete doesn't seem to delete the top level folder.
Steps to reproduce:
- Create a new folder "foobar"
- Right click on the folder and select "Delete"
- Activate the checkbox to delete all subfolders
- Hit "OK"
-> Folder won't get deleted.
Folder delete works fine if the recursive delete is disabled.
Thomas