Working plan exception improvements for the table view

This commit is contained in:
Alex Tselegidis 2020-10-22 12:12:19 +03:00
parent 67dc42b2d8
commit 4203bf5851
1 changed files with 3 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
'text': EALang.provider
}),
$('<span/>', {
'text': event.data ? event.data.first_name + ' ' + event.data.last_name : '-'
'text': event.data ? event.data.provider.first_name + ' ' + event.data.provider.last_name : '-'
}),
$('<br/>'),
@ -1741,6 +1741,8 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
createView(startDate, endDate);
$('#insert-working-plan-exception').hide();
bindEventHandlers();
// Hide Google Calendar Sync buttons cause they can not be used within this view.