MantisBT

View Issue Details Jump to Notes ] Wiki ] Related Changesets ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014017mantisbtcsvpublic2012-03-07 19:522013-04-06 09:23
Reportertomozaki 
Assigned Todregad 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.2.9 
Target Version1.2.10Fixed in Version1.2.10 
Summary0014017: Exporting Descriptions, Additional Information, etc. fails.
DescriptionConfigure MantisBT to export Description to EXCEL.
With 1.2.5, Descriptions are exported correctly.
However, after updating to 1.2.9, all Description columns of the generated EXCEL file became empty.

To export correctly, I modified as follows.

excel_xml_export.php: line 90
----
    echo $t_function( $t_bug->$t_column );
----

This line shall be modified as follows.
----
    echo $t_function( $t_bug );
----
Tags2.0.x check
Attached Files

- Relationships
related to 0015721new Functionality to consider porting to master-2.0.x 

-  Notes
User avatar (0031407)
dregad (developer)
2012-03-07 20:05

I must have made a mistake while merging the branch with the cross-project relationships fixes. I'll have a look. Thanks for reporting the issue
User avatar (0036291)
grangeway (developer)
2013-04-05 17:57

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

- Related Changesets
MantisBT: master fca6d033
Timestamp: 2012-03-09 03:53:37
Author: dregad
Details ] Diff ]
Code cleanup in excel_xml_export.php

Removed the specific logic to handle the extended text fields, which is
no longer required as the BugData API will automatically retrieve them
if needed. This is a leftover from the conversion from old, array-style
access to bug data (see 2d5e01443e2715096f2eed41b6bbca3da60d2487).

Furthermore, the call to bug_get() was redundant, since the result set
from filter_get_bug_rows() already contains BugData objects.

Fixes 0014017

Also removes a useless line of code accidentally left in there by commit
0542805d6357153fa84ad791406887ecef13cdff.
mod - excel_xml_export.php Diff ] File ]
MantisBT: master-1.2.x a3eec4b7
Timestamp: 2012-03-09 03:53:37
Author: dregad
Details ] Diff ]
Code cleanup in excel_xml_export.php

Removed the specific logic to handle the extended text fields, which is
no longer required as the BugData API will automatically retrieve them
if needed. This is a leftover from the conversion from old, array-style
access to bug data (see 18ad379c92db070115b8921bd51024b5bb5dd230).

Furthermore, the call to bug_get() was redundant, since the result set
from filter_get_bug_rows() already contains BugData objects.

Fixes 0014017

Also removes a useless line of code accidentally left in there by commit
b5450f3d7eedf5669affe77865560cbf053bbead.
mod - excel_xml_export.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-03-07 19:52 tomozaki New Issue
2012-03-07 20:05 dregad Note Added: 0031407
2012-03-07 20:05 dregad Assigned To => dregad
2012-03-07 20:05 dregad Status new => assigned
2012-03-09 07:33 dregad Target Version => 1.2.10
2012-03-09 07:36 dregad Status assigned => resolved
2012-03-09 07:36 dregad Fixed in Version => 1.2.10
2012-03-09 07:36 dregad Resolution open => fixed
2012-03-09 08:00 dregad Changeset attached => MantisBT master fca6d033
2012-03-09 08:00 dregad Changeset attached => MantisBT master-1.2.x a3eec4b7
2012-04-01 20:11 vboctor Status resolved => closed
2013-04-05 17:57 grangeway Status closed => acknowledged
2013-04-05 17:57 grangeway Note Added: 0036291
2013-04-05 18:26 grangeway Relationship added related to 0015721
2013-04-06 03:41 dregad Status acknowledged => closed
2013-04-06 07:23 grangeway Status closed => acknowledged
2013-04-06 09:22 dregad Tag Attached: 2.0.x check
2013-04-06 09:23 dregad Status acknowledged => closed


MantisBT 1.2.16dev master-1.2.x-8c2bd07 [^]
Copyright © 2000 - 2013 MantisBT Team
Time: 0.0890 seconds.
memory usage: 2,811 KB
Powered by Mantis Bugtracker