| Anonymous | Login | Signup for a new account | 2013-05-24 18:00 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Wiki | ManTweet | Repositories |
| View Issue Details [ Jump to Notes ] [ Wiki ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0014017 | mantisbt | csv | public | 2012-03-07 19:52 | 2013-04-06 09:23 | ||||
| Reporter | tomozaki | ||||||||
| Assigned To | dregad | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 1.2.9 | ||||||||
| Target Version | 1.2.10 | Fixed in Version | 1.2.10 | ||||||
| Summary | 0014017: Exporting Descriptions, Additional Information, etc. fails. | ||||||||
| Description | Configure 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 ); ---- | ||||||||
| Tags | 2.0.x check | ||||||||
| Attached Files | |||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
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 |
|
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.0957 seconds. memory usage: 2,811 KB |