Relationship Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010372 | mantisbt | feature | public | 2009-04-22 14:49 | 2014-09-23 18:05 |
Reporter | kec161 | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 1.2.15 | Fixed in Version | 1.2.15 | ||
Summary | 0010372: Don't allow reminders to be sent if the user doesn't have an email address specificed | ||||
Description | Currently you can send a reminder even if the user doesn't have an email address specified (meaning they won't get the reminder). Changed it so that if you try to send a reminder to someone who doesn't have an email address it will error. Custom Strings: Custom Constant: | ||||
Tags | patch | ||||
Attached Files | |||||
related to | 0002971 | closed | dregad | Reminders are not added to bug history |
related to | 0015471 | closed | dregad | bug_reminder.php does not handle unsent reminders |
related to | 0015721 | closed | grangeway | Functionality to consider porting to master-2.0.x |
related to | 0015470 | closed | dregad | Reminders recipient list is truncated |
Thanks for the patch. Just some quick comments: 1) The patch file you provided is incorrectly formatted as far as I can tell (the headers are missing). The preferred patch format is the output of git format-patch. 2) I think it'd be better to silently ignore users who don't have email addresses. It would be frustrating for a user sending reminders to be blocked from doing when they have no way of knowing who does/doesn't have an email address specified. Users can check the last bugnote/issue history to verify that people received a reminder. |
|
This is not an option at the moment, because
|
|
This is now fixed. Please see related issues for details. |
|
Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch |
|