wip
This commit is contained in:
parent
a2d3cde291
commit
ecac1f9f40
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user