mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
* Addressbook/REST API: categories were lost, when updating existing contacts
This commit is contained in:
parent
8544a807e3
commit
a30ac656ba
@ -796,9 +796,6 @@ class addressbook_groupdav extends Api\CalDAV\Handler
|
||||
$contact['cat_id'] = $oldContact['cat_id'];
|
||||
}
|
||||
break;
|
||||
default:
|
||||
//
|
||||
$contact['cat_id'] = null;
|
||||
}
|
||||
}
|
||||
if (is_array($oldContact))
|
||||
|
Loading…
Reference in New Issue
Block a user