View Issue Details

IDProjectCategoryView StatusLast Update
0015744mantisbtbugtrackerpublic2013-04-12 09:56
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0a2 
Target Version1.2.15Fixed in Version1.2.15 
Summary0015744: 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.

TagsNo tags attached.

Relationships

related to 0002971 closeddregad Reminders are not added to bug history 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 56836251

2013-04-10 13:28

dregad


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

dregad


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