Dependency Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015744 | mantisbt | bugtracker | public | 2013-04-10 11:26 | 2013-04-12 09:56 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.2.0a2 | ||||
Target Version | 1.2.15 | Fixed in Version | 1.2.15 | ||
Summary | 0015744: Reminder bugnote with list of recipients not added if no text provided | ||||
Description | When sending a reminder without text and having $g_store_reminders = ON, the reminder bugnote is not created, therefore there is no trace of the reminder being sent. | ||||
Tags | No tags attached. | ||||
MantisBT: master-1.2.x 56836251 2013-04-10 13:28 Details Diff |
Create reminder bugnote even if no message text provided When adding a reminder, a bugnote was actually NOT created when the reminder text is empty, even if $g_store_reminders = ON. This was due to bugnote_add() returning false when $p_bugnote_text is blank as the code did not take REMINDER type notes into consideration. Fixes 0015744 |
Affected Issues 0015744 |
|
mod - core/bugnote_api.php | Diff File | ||
MantisBT: master 49406e52 2013-04-10 13:49 Details Diff |
Create reminder bugnote even if no message text provided When adding a reminder, a bugnote was actually NOT created when the reminder text is empty, even if $g_store_reminders = ON. This was due to bugnote_add() returning false when $p_bugnote_text is blank as the code did not take REMINDER type notes into consideration. Fixes 0015744 |
Affected Issues 0015744 |
|
mod - core/bugnote_api.php | Diff File |