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) {