View Issue Details

IDProjectCategoryView StatusLast Update
0009327mantisbtemailpublic2008-07-31 18:01
ReporterSZH Assigned Togiallu  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformX86OSLinuxOS VersionRH9
Product Version1.1.2 
Summary0009327: After enable email notify, all user can't recieve the notify email of "note add".
Description

I enable all notify email types. After that, all users can recieve notify email just like "new assign close" etc. But none of us can recieve the "note add" notify email. Even I notice a dedicated bug, still can't recieve "note add" notify email.

Never change the default setting of downloaded 1.1.2 version.

TagsNo tags attached.

Relationships

duplicate of 0009309 closedgiallu Problems with e-mail notifications about bugnotes [PATCH] 

Activities

SZH

SZH

2008-07-02 03:16

reporter   ~0018271

Well, I find the root cause. In bugnote_api.php

            # only send email if the text is not blank, otherwise, it is just recording of time without a comment.
            if ( $p_send_email && !is_blank( $p_bugnote_text ) ) {
                    email_bugnote_add( $p_bug_id );
            }

$p_send_email is not defined here. After I add $p_send_email = true it works. But I can't understand why?

giallu

giallu

2008-07-02 03:17

reporter   ~0018272

This is already fixed and will show up in 1.1.3 (see 0009309 for details)