mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 16:59:36 +01:00
Fix not functioning spam action in preview toolbar
This commit is contained in:
parent
e544323931
commit
4bdde714e1
@ -5494,7 +5494,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
if (_senders.length == 0)
|
if (_senders.length == 0)
|
||||||
{
|
{
|
||||||
var nm = this.et2.getWidgetById(this.nm_index);
|
var nm = this.et2.getWidgetById(this.nm_index);
|
||||||
_senders[0]['id'] = nm.getSelection().ids[0];
|
_senders = [{id:nm.getSelection().ids[0]}];
|
||||||
}
|
}
|
||||||
|
|
||||||
for (var i in _senders)
|
for (var i in _senders)
|
||||||
|
Loading…
Reference in New Issue
Block a user