Merge pull request #18629 from Gjuju/12.0

Fix : GET extrafields on API "get events list" requests
This commit is contained in:
Laurent Destailleur 2021-09-17 12:16:32 +02:00 committed by GitHub
commit 505517d142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -763,6 +763,7 @@ class ActionComm extends CommonObject
$this->elementid = $obj->elementid;
$this->elementtype = $obj->elementtype;
$this->fetch_optionals();
$this->fetchResources();
}
$this->db->free($resql);