View Issue Details

IDProjectCategoryView StatusLast Update
0013959mantisbtcsvpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.8 
Target Version1.2.9Fixed in Version1.2.9 
Summary0013959: Fatal error: Call to undefined function excel_format_sponsorship_total()
Description

This error occurs when trying to include the sponsorship_total column to Excel Export

Additional Information

Same solution as 0012772: a function to display the column must be added to the excel api

TagsNo tags attached.

Relationships

related to 0012772 closeddhx Fatal error: Call to undefined function csv_format_sponsorship_total() 
related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 
has duplicate 0013492 closeddregad Excel export fails when column sponsorship_total is included 

Activities

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036233

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master 4ba21872

2012-02-27 11:19

dregad


Details Diff
Add function to handle Excel formatting of sponsorship

When exporting issues in Excel format a fatal error is thrown if the
export includes sponsorship totals. This is due to a missing
excel_format_sponsorship_total() function.

Fixes 0013959
Affected Issues
0013959
mod - core/excel_api.php Diff File

MantisBT: master-1.2.x 087b1fcd

2012-02-27 11:19

dregad


Details Diff
Add function to handle Excel formatting of sponsorship

When exporting issues in Excel format a fatal error is thrown if the
export includes sponsorship totals. This is due to a missing
excel_format_sponsorship_total() function.

Fixes 0013959
Affected Issues
0013959
mod - core/excel_api.php Diff File