mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Mail: Fix JS error selecting an account group that has an email address
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'find') at SearchMixin.ts:621:41
This commit is contained in:
parent
3897e84fcd
commit
f39c3b83e4
@ -3734,7 +3734,7 @@ class mail_compose
|
|||||||
$args[] = $name;
|
$args[] = $name;
|
||||||
$completeMailString = call_user_func_array('imap_rfc822_write_address', $args);
|
$completeMailString = call_user_func_array('imap_rfc822_write_address', $args);
|
||||||
$results[] = array(
|
$results[] = array(
|
||||||
'id' => $completeMailString,
|
'value' => $completeMailString,
|
||||||
'label' => $completeMailString,
|
'label' => $completeMailString,
|
||||||
'name' => $name,
|
'name' => $name,
|
||||||
'title' => $group['account_email']
|
'title' => $group['account_email']
|
||||||
|
Loading…
Reference in New Issue
Block a user