mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Mail: Fix drag & drop copy action
This commit is contained in:
parent
1e277b2460
commit
6b69bc7136
@ -3768,7 +3768,7 @@ app.classes.mail = AppJS.extend(
|
||||
* @param _allMessagesChecked
|
||||
*/
|
||||
mail_callCopy: function(_action,_senders,_target,_allMessagesChecked) {
|
||||
var target = _action.id == 'drop_copy_mail' ? _target.iface.id : _action.id.substr(5);
|
||||
var target = _action.id == 'drop_copy_mail' ? _target.id : _action.id.substr(5);
|
||||
var messages = this.mail_getFormData(_senders);
|
||||
if (typeof _allMessagesChecked=='undefined') _allMessagesChecked=false;
|
||||
// TODO: Write move/copy function which cares about doing the same stuff
|
||||
|
Loading…
Reference in New Issue
Block a user