View Issue Details

IDProjectCategoryView StatusLast Update
0012084mantisbtbugtrackerpublic2011-08-02 12:35
Reporterdominik Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.2 
Target Version1.2.3Fixed in Version1.2.3 
Summary0012084: Excel export does not work when Due Date is included in the Columns
Description

Because the function excel_format_due_date() is missing...

/**

  • Gets the formatted due date.
  • @param $p_due_date The date submitted
  • @returns the due date
    */
    function excel_format_due_date( $p_due_date ) {
    return excel_prepare_string( date( config_get( 'short_date_format' ), $p_due_date ) );
    }
TagsNo tags attached.

Relationships

has duplicate 0012138 closedatrol due_date, Excel columns, export 

Activities

fxm

fxm

2010-07-07 07:40

reporter   ~0026035

Thanks, It works for me ... see 12138.

Please integrate this solution in next 1.1.3 release.

fxm

fxm

2010-07-07 07:50

reporter   ~0026036

I meaned 1.2.3 ...

dhx

dhx

2010-08-12 09:52

reporter   ~0026298

Thanks Dominik. Your patch has finally been committed ready for the next release.

Related Changesets

MantisBT: master cd2fce99

2010-08-12 09:49

dhx


Details Diff
Fix 0011983: Excel export crashes due to missing due date export function

The excel_format_due_date() function was missing from excel_api.php.
When the due date column was turned on and the Excel export feature
used, the export would crash due to not being able to find the missing
due date export function.

Thanks to Dominik Blunk for this patch.
Affected Issues
0012084
mod - core/excel_api.php Diff File

MantisBT: master-1.2.x 255ded95

2010-08-12 09:49

dhx


Details Diff
Fix 0011983: Excel export crashes due to missing due date export function

The excel_format_due_date() function was missing from excel_api.php.
When the due date column was turned on and the Excel export feature
used, the export would crash due to not being able to find the missing
due date export function.

Thanks to Dominik Blunk for this patch.
Affected Issues
0012084
mod - core/excel_api.php Diff File