View Issue Details

IDProjectCategoryView StatusLast Update
0004709mantisbtemailpublic2005-04-18 10:40
Reportertivonut Assigned Tothraxisp  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Product Version0.19.0 
Summary0004709: notify when file is uploaded
Description

add new $g_notify_flag type for file upload

Additional Information

I added a hack for this if anyone is interested

#added new function in email_api.php
function email_file_add( $p_bug_id ) {
email_generic( $p_bug_id, 'fileupload', 'email_notification_title_for_action_fileupload_submitted' );
}

#added new string in strings_english.txt

$s_email_notification_title_for_action_fileupload_submitted = "A FILE has been added to this issue.";

#added new email function to the bug_file_add.php
email_file_add( $f_bug_id );

TagsNo tags attached.

Relationships

duplicate of 0004077 closedatrol Send notification when uploading documents 

Activities

vboctor

vboctor

2004-10-14 18:14

manager   ~0008043

When this is implemented we should only trigger this notification if file is uploaded independently, i.e. not part of issue submit or issue update.