| Anonymous | Login | Signup for a new account | 2013-05-24 05:31 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Wiki | ManTweet | Repositories |
| View Issue Details [ Jump to Notes ] [ Wiki ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0004495 | mantisbt | bugtracker | public | 2004-09-07 01:05 | 2004-09-12 08:26 | ||||
| Reporter | masc | ||||||||
| Assigned To | thraxisp | ||||||||
| Priority | high | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | X86 | OS | Windows | OS Version | Win2K | ||||
| Product Version | git trunk | ||||||||
| Target Version | Fixed in Version | 0.19.0 | |||||||
| Summary | 0004495: 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. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
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 |