mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Add Symlink as a drop action
This commit is contained in:
@ -614,7 +614,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
dst = this.dirname(dst);
|
||||
}
|
||||
|
||||
this._do_action(_action.id == "file_drop_move" ? 'move' : 'copy', src, false, dst);
|
||||
this._do_action(_action.id.replace("file_drop_",''), src, false, dst);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user