diff --git a/api/js/etemplate/Et2Select/Et2SelectEmail.ts b/api/js/etemplate/Et2Select/Et2SelectEmail.ts index 0756cff7c7..3f144b68b7 100644 --- a/api/js/etemplate/Et2Select/Et2SelectEmail.ts +++ b/api/js/etemplate/Et2Select/Et2SelectEmail.ts @@ -125,28 +125,6 @@ export class Et2SelectEmail extends Et2Select }); } - /** - * Add in remote results - * - * Overridden to get results in a format parent expects. - * Current server-side gives { - * icon: "/egroupware/api/avatar.php?contact_id=5&etag=1" - * id: "ng@egroupware.org" - * label: "ng@egroupware.org" - * name: "" - * title: "ng@egroupware.org" - * } - * Parent expects value instead of id - * - * @param results - * @protected - */ - protected processRemoteResults(results) - { - results.forEach(r => r.value = r.id); - super.processRemoteResults(results); - } - /** * Use a custom tag for when multiple=true *