You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?