- Edited
As already requested 4 years ago, I'm wondering if there's a way to permanently subscribe to a ticket and get email updates upon new activities. This feature doesn't seem to exist other than by adding "collaborators" when sending an external message; for our usecase though, we only have Internal Messages enabled.Implementing a new button would be too complex, I thought about re-programming the Last Respondent functionality of New Internal Activity Alert/New Message Alert. The desired behavior would send an update to everyone who has responded to a ticket and thus subscribed to it.The file /includes/class.tickets.php function getLastRespondent() line 753 is responsible for returning only the VERY last respondent, how ever I couldn't figure out how to reprogram it to return *all* of the last respondents in a list that can be used for the mailing function. Any ideas / pointers?edit: Ok, first we gotta fix the alert for LastRespondent new activity. It doesn't seem to work at all, therefore any mods don't work either. I think changing the ->first() to ->all() and removing the ->limit(1) will do the trick then.