View Issue Details

IDProjectCategoryView StatusLast Update
0011761mantisbtbugtrackerpublic2010-09-19 03:11
Reportergabor Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
PlatformPCOSUbuntu LinuxOS Version9.10
Product Version1.2.0 
Summary0011761: Enable Profiles setting is ignored in bug report form
Description

In config_inc.php I turned off profiles $g_enable_profiles = OFF; but Profile section is visible in bug report page.

Steps To Reproduce

config_inc.php:
$g_enable_profiles = OFF;
than select Report Issue

Additional Information

in bug_report_page.php add extra condition regarding $tpl_show_profiles:
$tpl_show_profiles = ON == config_get( 'enable_profiles' );
$tpl_show_platform = $tpl_show_profiles && in_array( 'platform', $t_fields );
$tpl_show_os = $tpl_show_profiles && in_array( 'os', $t_fields );
$tpl_show_os_version = $tpl_show_profiles && in_array( 'os_version', $t_fields );

TagsNo tags attached.

Relationships

duplicate of 0011565 closeddhx $g_enable_profiles not respected on bug report page 

Activities

dhx

dhx

2010-04-07 21:44

reporter   ~0025061

Already fixed in 0011565 ready for the next release.

Thanks for taking the time to report this issue.