-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0-HF33, 7.10-HF18, 8.10
-
Component/s: Excel Export, Layouts & Widgets, Seam / JSF UI
-
Backlog priority:700
-
Sprint:nxGang Sprint 9.2.6, nxGang Sprint 9.3.1
-
Story Points:3
Excel export generates HTML for single vocabulary widget if widget's attribute style class in Studio is set.
How to reproduce. In Studio:
- add a single vocabulary widget (i.e. metadata dc:nature, vocabulary nature) in the results tab of a content view (i.e. DefaultContentListingInNavigation)
- in the widget configuration, set attrinute Style class to myclass
- make sure that attribute Show CSV export of content view is checked
- deploy to a Nuxeo instance
- Navigate to a workspace/folder using the content view and click on icon Excel export
The generated CSV contains <span class="myclass"></span> in the cells rendering the dc:nature metadata.