mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix drag and drop in calendar does not work if there's resources
This commit is contained in:
parent
04c01fc0cc
commit
b11de5b45f
@ -2796,7 +2796,7 @@ class calendar_uiforms extends calendar_ui
|
||||
calendar_so::split_status($status,$q,$r);
|
||||
if ($uid[0] != 'c' && $uid[0] != 'e' && $uid != $this->bo->user && $status != 'U')
|
||||
{
|
||||
$preferences = new Api\Preferenes($uid);
|
||||
$preferences = new Api\Preferences($uid);
|
||||
$part_prefs = $preferences->read_repository();
|
||||
switch ($part_prefs['calendar']['reset_stati'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user