From 8822f1ae53972d6cb40759e74cf1b217c915331e Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 6 Nov 2018 09:30:10 -0500 Subject: [PATCH] (js,css) Show source addressbook of matching cards Fixes #4579 --- NEWS | 6 ++ .../UIxAppointmentEditorTemplate.wox | 16 ++-- UI/WebServerResources/js/Common/Common.app.js | 8 ++ .../js/Scheduler/Component.service.js | 2 +- .../components/autocomplete/autocomplete.scss | 73 +++++++++++++++++++ 5 files changed, 95 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 4b6f9b76a..ddd6f0a46 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +4.0.5 (2018-MM-DD) +------------------ + +Enhancements + - [web] show source addressbook of matching contacts in appointment editor (#4579) + 4.0.4 (2018-10-23) ------------------ diff --git a/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox b/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox index be723e67f..51d8caed9 100644 --- a/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox +++ b/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox @@ -234,9 +234,10 @@ search -
- {{card.$$fullname}} - {{card.$$email}} -
+
+

{{ card.$$fullname }}

+

{{ card.$$email }}

+

{{ card.containername }}

+