View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010814 | mantisbt | bugtracker | public | 2009-08-07 23:25 | 2009-10-07 14:19 |
Reporter | dhx | Assigned To | dhx | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | git trunk | ||||
Target Version | 1.2.0rc2 | Fixed in Version | 1.2.0rc2 | ||
Summary | 0010814: Reproducibility column in view issues causes an undefined variable error | ||||
Description | Add the reproducibility column to the list of columns you want to view on view_all_bug_page.php and you'll get the following error: Undefined variable: p_bug Full path: /var/www/localhost/htdocs/mantis-git/core/columns_api.php Relevant part of the backtrace:
| ||||
Tags | No tags attached. | ||||
MantisBT: master-1.2.x 6db161f1 2009-08-07 23:31 Details Diff |
Fix 0010814: reproducibility column undefined variable error When adding the reproducibility column to the view issues list, an undefined $p_bug variable error occurs. This is just a simple case of the first argument to print_column_reproducibility having the wrong name (most likely it was missed during an earlier upgrade to bug_api). |
Affected Issues 0010814 |
|
mod - core/columns_api.php | Diff File | ||
MantisBT: master 5eb124ea 2009-08-07 23:31 Details Diff |
Fix 0010814: reproducibility column undefined variable error When adding the reproducibility column to the view issues list, an undefined $p_bug variable error occurs. This is just a simple case of the first argument to print_column_reproducibility having the wrong name (most likely it was missed during an earlier upgrade to bug_api). |
Affected Issues 0010814 |
|
mod - core/columns_api.php | Diff File |