View Issue Details

IDProjectCategoryView StatusLast Update
0007111mantisbtcustomizationpublic2006-09-12 00:52
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.1.0a1 
Summary0007111: 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.

TagsNo tags attached.

Relationships

related to 0006319 closedvboctor Option to customise columns on View Issues 

Activities

vboctor

vboctor

2006-05-18 01:54

manager   ~0012866

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' );