Forum

[SOLVED] Workflow n...
 
Notifications
Retirer tout

[SOLVED] Workflow notification

2 Posts
2 Utilisateurs
0 Reactions
2,764 Vu
(@c-pache)
Posts: 59
Estimable Member
Début du sujet
 
[#3047]

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


 
Posté : 15/02/2016 11:38 am
(@babynus)
Posts: 14952
Membre Admin
 

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);

 
Posté : 15/02/2016 12:05 pm
Share:
Retour en haut