View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007111 | mantisbt | customization | public | 2006-05-18 01:52 | 2006-09-12 00:52 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 1.1.0a1 | ||||
| Summary | 0007111: Option to customise columns on Print Issues page | ||||
| Description | Allow the selection of the columns to be included on the print issues page and the order of such columns. | ||||
| Tags | No tags attached. | ||||
A configuration option that identifies the columns to be show on the print issues page.In Mantis 1.1, this option can be overriden using the Generic Configuration screen.This configuration can be overriden dynamically by overriding the custom function "get_columns_to_view".$g_print_issues_page_columns = array ( 'selection', 'priority', 'id', 'sponsorship_total', 'bugnotes_count', 'attachment', 'category', 'severity', 'status', 'last_updated', 'summary' ); |
|