View Issue Details

IDProjectCategoryView StatusLast Update
0007142mantisbtcsvpublic2006-07-24 00:17
Reportervboctor Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Summary0007142: Port: Error in version 1.1.0-CVS when exporting to CSV
Description

After integrating new fresh develelopments, I detected some bugs

  • When exporting to CSV:
    I get the following error in EXCEL sheet:
    Call to undefined function: csv_format_selection() in F:\MantisWeb\MantisDev\csv_export.php on line 114
Additional Information

Solution:
In new function helper_get_columns_to_view
Replace
$t_columns = helper_call_custom_function( 'get_columns_to_view', array( COLUMNS_TARGET_VIEW_PAGE ) );
With:
$t_columns = helper_call_custom_function( 'get_columns_to_view', array( $p_columns_target ) );

TagsNo tags attached.

Relationships

child of 0007003 closedvboctor Error in version 1.1.0-CVS when exporting to CSV 
child of 0007052 closedvboctor Mantis 1.0.4 Release 

Activities

vboctor

vboctor

2006-07-23 20:55

manager   ~0013127

This fix doesn't seem to be applicable to the 1.0.x branch.