diff --git a/NEWS b/NEWS index feb8a2fbf..680bf20a8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ 4.0.8 (YYYY-MM-DD) ------------------ +Enhancements + - [web] show calendar names of subscriptions in events blocks + Bug fixes - [web] fixed wrong translation of custom calendar categories - [web] fixed wrong colors assigned to default calendar categories diff --git a/UI/WebServerResources/js/Scheduler/sgCalendarDayBlock.directive.js b/UI/WebServerResources/js/Scheduler/sgCalendarDayBlock.directive.js index c90b17b1a..2978e14a0 100644 --- a/UI/WebServerResources/js/Scheduler/sgCalendarDayBlock.directive.js +++ b/UI/WebServerResources/js/Scheduler/sgCalendarDayBlock.directive.js @@ -19,8 +19,8 @@ sg-block="block" sg-click="open(clickEvent, clickComponent)" /> */ - sgCalendarDayBlock.$inject = ['CalendarSettings']; - function sgCalendarDayBlock(CalendarSettings) { + sgCalendarDayBlock.$inject = ['Calendar']; + function sgCalendarDayBlock(Calendar) { return { restrict: 'E', scope: { @@ -50,6 +50,7 @@ ' {{'+p+'block.component.c_priority}}', // Summary ' {{ '+p+'block.component.summary }}', + '
', ' ', // Component is reccurent '