Sending notification creates empyty 'Activity'
Posted: 07 Dec 2023, 11:55
Hello, Im using mantis 2.26. I recently got it updated from 1.2.* and before when comment message were empty, there was no add to node.
Now there is an empty item in it, is there a work-around for this ? Thanks!
@edit Happens when you send notification to someone with nothing in text area.
@@edit [quick lookin] I noticed line 122 of bug_reminder.php, is this if statement correct to prohibit when no text inside comment body 'if ( ! is_blank($p_bugnote_text) ) {' ? or should i go deeper to bugnote_add.php ? I still want it to send eMail tho
Now there is an empty item in it, is there a work-around for this ? Thanks!
@edit Happens when you send notification to someone with nothing in text area.
@@edit [quick lookin] I noticed line 122 of bug_reminder.php, is this if statement correct to prohibit when no text inside comment body 'if ( ! is_blank($p_bugnote_text) ) {' ? or should i go deeper to bugnote_add.php ? I still want it to send eMail tho