Hello,
since we updated the reminder plugin to version 2.30, we are missing many issue links in the reminder emails.
While the output of bug_reminder_mail_test.php looks correct, only the last issue per grouped email appears in the emails actually sent. We have not changed anything in our configuration.
I have skimmed the changes from v2.30 and noticed that e.g. here $list .= X has become $list = X, maybe this could be related to the problem?
Kind regards Sören
Hello,
since we updated the reminder plugin to version 2.30, we are missing many issue links in the reminder emails.
While the output of bug_reminder_mail_test.php looks correct, only the last issue per grouped email appears in the emails actually sent. We have not changed anything in our configuration.
I have skimmed the changes from v2.30 and noticed that e.g. here
$list .= Xhas become$list = X, maybe this could be related to the problem?Kind regards Sören