This commit is contained in:
Frédéric FRANCE 2019-09-17 08:02:55 +02:00
parent a2d3cde291
commit ecac1f9f40
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -274,7 +274,7 @@ class AgendaEvents extends DolibarrApi
throw new RestException(401, "Insuffisant rights to delete your Agenda Event"); throw new RestException(401, "Insuffisant rights to delete your Agenda Event");
} }
$result = $this->actioncomm->fetch($id); $result = $this->actioncomm->fetch($id);
if ($result) { if ($result) {
$this->actioncomm->fetch_optionals(); $this->actioncomm->fetch_optionals();
$this->actioncomm->fetch_userassigned(); $this->actioncomm->fetch_userassigned();