Merge branch 'spidev' into 'master'
Kalender See merge request fronk/thetool!785
This commit is contained in:
@@ -489,6 +489,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
$('.show-attendee').show();
|
||||
$('.show-attendee').data('id', info.event.id);
|
||||
}
|
||||
|
||||
if (data.data.attendees.attendees) {
|
||||
let attendees = JSON.parse(data.data.attendees.attendees);
|
||||
$.each(attendees, function (index, value) {
|
||||
@@ -504,6 +505,13 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
|
||||
$('#calendar-attendees').val(attendees).trigger('change');
|
||||
}
|
||||
if (info.event.extendedProps.rruleflag==true)
|
||||
{
|
||||
$('#delete-event').hide();
|
||||
$('#update-event').hide();
|
||||
$('.show-attendee').hide();
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
if (info.event.extendedProps.clickable) {
|
||||
|
||||
Reference in New Issue
Block a user