mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:55 +02: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:
@ -3734,7 +3734,7 @@ class mail_compose
|
||||
$args[] = $name;
|
||||
$completeMailString = call_user_func_array('imap_rfc822_write_address', $args);
|
||||
$results[] = array(
|
||||
'id' => $completeMailString,
|
||||
'value' => $completeMailString,
|
||||
'label' => $completeMailString,
|
||||
'name' => $name,
|
||||
'title' => $group['account_email']
|
||||
|
Reference in New Issue
Block a user