View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007110 | mantisbt | customization | public | 2006-05-18 01:50 | 2006-09-12 00:52 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.3 | ||||
| Fixed in Version | 1.1.0a1 | ||||
| Summary | 0007110: Option to customise columns on CSV export | ||||
| Description | Add a configuration option to easily select the columns to be included and the order of these columns. | ||||
| Tags | No tags attached. | ||||
A configuration option that identifies the columns to be include in the CSV export.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_csv_columns = array ( 'id', 'project_id', 'reporter_id', 'handler_id', 'priority', 'severity', 'reproducibility', 'version', 'projection', 'category', 'date_submitted', 'eta', 'os', 'os_build', 'platform', 'view_state', 'last_updated', 'summary', 'status', 'resolution', 'fixed_in_version', 'duplicate_id' ); |
|