MantisBT

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004495mantisbtbugtrackerpublic2004-09-07 01:052004-09-12 08:26
Reportermasc 
Assigned Tothraxisp 
PriorityhighSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformX86OSWindowsOS VersionWin2K
Product Versiongit trunk 
Target VersionFixed in Version0.19.0 
Summary0004495: Warning in bug_actiongroup_page.php when risolving
DescriptionI 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.
Attached Files

- Relationships
child of 0003987closedvboctor Mantis 0.19.0 Release 

-  Notes
User avatar (0007480)
thraxisp (manager)
2004-09-07 21:27

Fixed in CVS.

- Issue History
Date Modified Username Field Change
2004-09-07 01:05 masc New Issue
2004-09-07 03:45 jlatour Status new => acknowledged
2004-09-07 03:45 jlatour Relationship added child of 0003987
2004-09-07 21:27 thraxisp Status acknowledged => resolved
2004-09-07 21:27 thraxisp Fixed in Version => 0.19.0
2004-09-07 21:27 thraxisp Resolution open => fixed
2004-09-07 21:27 thraxisp Assigned To => thraxisp
2004-09-07 21:27 thraxisp Note Added: 0007480
2004-09-12 08:26 vboctor Status resolved => closed


MantisBT 1.2.16dev master-1.2.x-8c2bd07 [^]
Copyright © 2000 - 2013 MantisBT Team
Time: 0.0774 seconds.
memory usage: 2,783 KB
Powered by Mantis Bugtracker