mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Make sure only integrated infolog events get drag tags not other inegrated events from other apps
This commit is contained in:
parent
08abe654ac
commit
49fd7287ff
@ -1869,7 +1869,7 @@ class calendar_uiviews extends calendar_ui
|
||||
$z_index = is_null($z_index) ? 20 : (int)$z_index;
|
||||
|
||||
if ($this->use_time_grid &&
|
||||
$event['id'] && $this->bo->check_perms(EGW_ACL_EDIT,$event))
|
||||
((int)$event['id'] || substr($event['id'],0,7) == 'infolog') && $this->bo->check_perms(EGW_ACL_EDIT,$event))
|
||||
{
|
||||
if (!$event['whole_day_on_top'] &&
|
||||
!$event['whole_day'] &&
|
||||
|
Loading…
Reference in New Issue
Block a user