Hi !
I have noticed a strange behavior :
In my configuration, when an action is assigned to a ressource, This ressource receive an e-mail, that is ok. But if the responsible of the action is not a ressource but a contact, it doesn't work. Is it the normal behavior ? It would be great if we could notify a non-ressource contact.
Thanx for your answer !
Cédric
Hi,
Ticket #1976 recorded and fixed.
Ticket will not trigger a new version, will be included in V5.3.0
Quick fix is to replace line 3272 in /model/persistence/SqlElement.php from
$resource=new Resource($this->idResource);
to
$resource=new Affectable($this->idResource);