View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010562 | mantisbt | printing | public | 2009-06-04 07:35 | 2009-06-23 15:28 |
Reporter | Jimi_Joma | Assigned To | vboctor | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.1.7 | ||||
Fixed in Version | 1.2.0rc1 | ||||
Summary | 0010562: Printing Bug does not work with configuration $g_show_view= SIMPLE_ONLY; | ||||
Description | We did some custom configuration to use Mantis for Bugtracking. Everything works fine except changing the variable $g_show_view from $g_show_view=BOTH into #$g_show_view= SIMPLE_ONLY; in config_defaults_inc.php file. Doing this change it is not possible to print out a bug. Pressing the Button "Print" seem to be disabled, nothing happen, not even the "report-overview" is generated. | ||||
Steps To Reproduce | Download Mantis 1.1.7 and XAMPP. "Install" Mantis into htdocs folder. Create a new project and a category. Enter a new bug. Go to "View Issues" and choose one of them and press the button print on the right upper corner. | ||||
Tags | No tags attached. | ||||
I haven't tested it, but try removing the following check from the print_bug_page.php: if ( SIMPLE_ONLY == $g_show_view ) { |
|
Removing this piece of sourcecode makes it possible to print out bugs in SIMPLE_ONLY View. Thanks for your help. |
|
MantisBT: master 87866cd5 2009-06-07 13:47 Details Diff |
Fixes 0010562: Printing Bug does not work with configuration = SIMPLE_ONLY; |
Affected Issues 0010562 |
|
mod - print_bug_page.php | Diff File | ||
MantisBT: master-1.1.x 37cacc04 2009-06-07 13:47 Details Diff |
Fixes 0010562: Printing Bug does not work with configuration = SIMPLE_ONLY; <span class="signoff">Signed-off-by: John Reese <jreese@leetcode.net></span> |
Affected Issues 0010562 |
|
mod - print_bug_page.php | Diff File |