mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +01:00
Et2SelectEmail: Pass email to lavatar to get contact picture in email select option
This commit is contained in:
parent
f3258ebc45
commit
5de789f7f7
@ -254,6 +254,7 @@ export class Et2SelectEmail extends Et2Select
|
||||
lname=${option.lname || nothing}
|
||||
fname=${option.fname || nothing}
|
||||
image=${option.icon || nothing}
|
||||
.contactId=${"email:" + option.value}
|
||||
>
|
||||
</et2-lavatar>`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user