mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +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}
|
lname=${option.lname || nothing}
|
||||||
fname=${option.fname || nothing}
|
fname=${option.fname || nothing}
|
||||||
image=${option.icon || nothing}
|
image=${option.icon || nothing}
|
||||||
|
.contactId=${"email:" + option.value}
|
||||||
>
|
>
|
||||||
</et2-lavatar>`;
|
</et2-lavatar>`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user