View Issue Details

IDProjectCategoryView StatusLast Update
0004495mantisbtbugtrackerpublic2004-09-12 08:26
Reportermasc Assigned Tothraxisp  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformX86OSWindowsOS VersionWin2K
Product Versiongit trunk 
Fixed in Version0.19.0 
Summary0004495: Warning in bug_actiongroup_page.php when risolving
Description

I guess there is a "_id" missing in the bug_actiongroup_page.php in following lines:

@@ -160,7 +160,7 @@
case 'RESOLVE':
$t_show_version = ( ON == config_get( 'show_product_version' ) )
|| ( ( AUTO == config_get( 'show_product_version' ) )

  • && ( count( version_get_all_rows( $t_bug->project_id ) ) > 0 ) );
  • && ( count( version_get_all_rows( $t_bug_id->project_id ) ) > 0 ) );
    if ( $t_show_version ) {
    ?>
    <tr class="row-2">

This makes disappear the warning.

TagsNo tags attached.

Relationships

child of 0003987 closedvboctor Mantis 0.19.0 Release 

Activities

thraxisp

thraxisp

2004-09-07 21:27

reporter   ~0007480

Fixed in CVS.