View Issue Details

IDProjectCategoryView StatusLast Update
0012639mantisbtemailpublic2012-05-03 09:42
ReporterTomR Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.2.3 
Summary0012639: Fields in email always display, despite the fact that they are not displayed anywhere in pages
Description

In config_inc.php I removed the field reproducibility in all the field display section:

$g_bug_report_page_fields = array(
$g_bug_view_page_fields = array (
$g_bug_print_page_fields = array (
$g_bug_update_page_fields = array (
$g_bug_change_status_page_fields = array (

However the field reproducibility is still showing up in emails.

Additional Information

Workaround I now have is to modify core/email_api.php

Line 1233:

$t_message .= email_format_attribute( $p_visible_bug_data, 'email_reproducibility' );

I was wondering if this could be done with a plugin?

TagsNo tags attached.

Relationships

related to 0012830 new new HTMLMail plugin v0.1 
has duplicate 0014006 closedatrol Impossibility to configure which fields are displayed in the email of notification 

Activities

atrol

atrol

2012-03-05 14:22

developer   ~0031384

Have a look at related 0012830

TomR

TomR

2012-05-03 09:40

reporter   ~0031749

has duplicate 0014006

TomR

TomR

2012-05-03 09:42

reporter   ~0031751

I have seen 0012830, but am not keen on 'patching 'core' code.