Summary | Cut operation on folder doesn't remove the folder |
Queue | Gollem |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 11/14/2012 (4654 days ago) |
Due | |
Updated | 11/14/2012 (4654 days ago) |
Assigned | |
Resolved | 11/14/2012 (4654 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit f91fd3fe43b4675871b457bd46e869ca81b4f24e
Author: Jan Schneider <jan@horde.org>
Date: Wed Nov 14 22:00:42 2012 +0100
[jan] Fix old folder not being removed when moving a folder (
Bug #11703).framework/Vfs/lib/Horde/Vfs/Base.php | 6 +++++-
framework/Vfs/package.xml | 2 ++
framework/Vfs/test/Horde/Vfs/Base.php | 9 ++++++++-
3 files changed, 15 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/f91fd3fe43b4675871b457bd46e869ca81b4f24e
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Gollem
Summary ⇒ Cut operation on folder doesn't remove the folder
Type ⇒ Bug
State ⇒ Unconfirmed
I created two folders: "foo" and "bar".
Now I select folder "foo" and click on "cut".
Next I enter "bar" and paste the folder.
The folder gets added successfully. Still the original "foo" folder is
still there.
Tested with the SQL backend.
Thomas