View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
09305Feature requestsStatisticspublic2014-11-07 11:03
Reporterkemweb Assigned To 
PrioritynormalSeverityfeature 
Status newResolutionopen 
Summary09305: HTML tags in excel export
Description

Excel export contains html tags from description text.

Fixed this in /application/helpers/admin/statistics_helper.php Line 1632 by adding strip_tags():

$xlsDesc = html_entity_decode(strip_tags($outputs['qquestion']),ENT_QUOTES,'UTF-8');

Additional Information

Before:

"The different modules of the SAP HR System
[<br />I have access to these modules,<br />but I am <u>not actively</u> working with them:<br />] [Talent<br />Management]"

After:

"The different modules of the SAP HR System
[I have access to these modules,but I am not actively working with them:] [TalentManagement]"

Version: 2.05+ Build 141003

TagsNo tags attached.
Bug heat4
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2014-10-17 08:59

developer   ~30808

Plugin event export can already be used to do your own statistics page (or newDirectRequest) . Then i don't think we work on a new excel stat export for core.

kemweb

kemweb

2014-11-07 11:03

reporter   ~30926

It's not about creating a new or custom export but about a bug in the existing. Like you already do not export HTML tags into PDFs you should also not export them into Excel files. It simply does not belong there.

Issue History

Date Modified Username Field Change
2014-10-16 11:45 kemweb New Issue
2014-10-17 08:59 DenisChenu Note Added: 30808
2014-11-07 11:03 kemweb Note Added: 30926