-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF34, 6.0-HF16, 7.3
-
Fix Version/s: 5.8.0-HF36, 6.0-HF20, 7.4
-
Component/s: Content Views, Layouts & Widgets
When Excel and/or PDF exports are enabled in content view user_open_tasks with the following XML extension:
<require>org.nuxeo.ecm.platform.routing.dashboard.contentviews</require> <extension target="org.nuxeo.ecm.platform.ui.web.ContentViewService" point="contentViews"> <contentView name="user_open_tasks"> <resultLayouts> <layout iconPath="" name="routing_user_open_task_listing" showCSVExport="true" showPDFExport="true" title="" translateTitle=""/> </resultLayouts> </contentView> </extension>
none of the widgets used in the result layout routing_user_open_task_listing render correctly in the csv/pdf export.
widget | widget type | widget template |
---|---|---|
routing_task_workflow_name | listing_workflow_name_task | /widgets/listing/listing_workflow_name_task_widget_template.xhtml |
routing_task_name | text | |
routing_task_target_document | singleDocumentSuggestion | |
routing_task_directive | text | |
routing_task_duedate | datetime | |
routing_task_actors | multiplePrefixedUsersSuggestion | |
routing_task_process_btn | listing_process_task | /widgets/listing/listing_process_task_widget_template.xhtml |