| Summary | File is lost on cut'n'paste in the same 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 (4741 days ago) |
| Due | |
| Updated | 11/15/2012 (4740 days ago) |
| Assigned | |
| Resolved | 11/14/2012 (4741 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
commit 237ee2ff3d73d96f761db22c4be8f03962db0cc6
Author: Jan Schneider <jan@horde.org>
Date: Wed Nov 14 21:47:27 2012 +0100
[jan] Fix checking source and destination paths being the same
(
Bug #11702).framework/Vfs/lib/Horde/Vfs/Base.php | 20 ++++++++++++++++----
framework/Vfs/lib/Horde/Vfs/File.php | 6 ++----
framework/Vfs/lib/Horde/Vfs/Ftp.php | 6 ++----
framework/Vfs/lib/Horde/Vfs/Smb.php | 5 +----
framework/Vfs/lib/Horde/Vfs/SqlFile.php | 5 +----
framework/Vfs/lib/Horde/Vfs/Ssh2.php | 7 ++-----
framework/Vfs/package.xml | 4 ++--
framework/Vfs/test/Horde/Vfs/Base.php | 5 +++++
8 files changed, 31 insertions(+), 27 deletions(-)
http://git.horde.org/horde-git/-/commit/237ee2ff3d73d96f761db22c4be8f03962db0cc6
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Gollem
Summary ⇒ File is lost on cut'n'paste in the same folder
Type ⇒ Bug
State ⇒ Unconfirmed
I selected a file in a folder and clicked on "Cut".
Then I went to the clipboard and pasted the file in the same folder.
-> The file vanishes.
Tested with the SQL backend.
Thomas