From 67f566ec9db488d7cce0dd382baaa7fb36240356 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 1 Nov 2016 09:26:44 -0400 Subject: [PATCH] Minor cleanup to event/task editors --- .../UIxAppointmentEditorTemplate.wox | 28 +++++++++---------- .../SchedulerUI/UIxTaskEditorTemplate.wox | 6 ++-- .../js/Scheduler/ComponentController.js | 3 +- 3 files changed, 17 insertions(+), 20 deletions(-) diff --git a/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox b/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox index 333539a3f..3734cf506 100644 --- a/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox +++ b/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox @@ -61,7 +61,7 @@ {{category}} -
+
- - -
+
remove_circle @@ -229,17 +227,17 @@
search - +
{{category}} -
+
-
+
remove_circle @@ -100,7 +100,7 @@
-
+
add_circle diff --git a/UI/WebServerResources/js/Scheduler/ComponentController.js b/UI/WebServerResources/js/Scheduler/ComponentController.js index 3ef6307a4..f246bdf12 100644 --- a/UI/WebServerResources/js/Scheduler/ComponentController.js +++ b/UI/WebServerResources/js/Scheduler/ComponentController.js @@ -42,8 +42,7 @@ // Autocomplete cards for attendees function cardFilter($query) { - AddressBook.$filterAll($query); - return AddressBook.$cards; + return AddressBook.$filterAll($query); } function newMessageWithAllRecipients($event) {