You are not logged in.
Pages: 1
We have GLPI configured to create tickets from anonymous users, however on any ticket updates no email are sent back to these anonymous users. The notification for follow-up is set to yes in the ticket, and in general setup. Other users in the db do get notifications.
GLPI 0.83.8
Offline
i have a legacy glpi .0.90.1 with same behavior., do you solved it?
i need that add follow notofication must be send to the anonymous requester.
Offline
(I do not see this behavior on a recent installation, I think it's something that was not an option on that version)
Offline
Solution :
950 src/NotificationTargetCommonITILObject.php
Remove :
//Send to the ITIL object followup author
case Notification::FOLLOWUP_AUTHOR:
$this->addFollowupAuthor($options);
break;
Support GLPI with a donation : opencollective.com/glpi-project
Offline
Pages: 1