View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004012 | mantisbt | bugtracker | public | 2004-07-06 05:29 | 2004-07-07 18:19 |
Reporter | GregDeToulouse | Assigned To | vboctor | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | git trunk | ||||
Fixed in Version | 0.19.0a1 | ||||
Summary | 0004012: Problem with Custom Fields in Report | ||||
Description | On the "Print Reports" page when I chose "Word View" there is a problem with custom fields : helper_get_current_project shouldn't be used for the print report. Inside the "for" it would be better to get the project id for each bug. In the same file $project_name = project_get_field( $v_project_id, 'name' ); doesn't return anything because $v_project_id has no value. | ||||
Tags | No tags attached. | ||||
MantisBT: master 4b8efde3 2004-07-07 07:44 Details Diff |
Fix 0004012: Problem with Custom Fields in Report. M print_all_bug_page_word.php - The retrieved custom fields were dependent on the current project rather than the project to which the issues belong. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2647 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0004012 |
|
mod - print_all_bug_page_word.php | Diff File | ||
mod - doc/ChangeLog | Diff File |