Skip to content
Snippets Groups Projects
Commit 3e8ed424 authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

#1068152 Calendar: Dashlet-Fix

parent 6184e711
No related branches found
No related tags found
No related merge requests found
......@@ -548,9 +548,9 @@ CalendarUtil.buildEntriesFromUids = function(appointmentUids)
{
var hasPermission = true;
if(vars.getString("$param.ErrorOnPermissionDenied") && vars.get("$param.ErrorOnPermissionDenied") == "false")
if(vars.get("$param.ErrorOnPermissionDenied") == "false" || vars.getString("$param.LinkedAppointmentsFromDashlet_param"))
hasPermission = hasUserPermissionForReadingEntry(getEntryOwnerCn(appointmentUids[i]));
if(hasPermission)
entryArray[i] = CalendarUtil.buildEntry(calendars.getEntry(appointmentUids[i], null, null), null);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment