-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0, 7.1
-
Component/s: Actions & Filters, Layouts & Widgets
-
Tags:
-
Sprint:nxNag Sprint 7.2.1
On the "workflow" view (available by cllicking on the "worflow" main tab, disabled byb default), tabs are using category "WORKFLOW_DASHBOARD" which is bound by default to action type "rest_document_link".
This action type does not use the right view for this tab: it'll use "view_documents" by default instead of "view_workflow", showing the wrong view when clicking on tabs.
This can be fixed by adding the following to the action configuration:
<properties>
<property name="view">view_workflow</property>
</properties>
Let's define a distinct action type with this view by default (as it's been done for admin and home tabs) and bind the "WORKFLOW_DASHBOARD" category to this type instead.
- is required by
-
NXP-16592 Subtabs > Selected class is missing on selected subtab when in workflow main tab
- Resolved