Closed (duplicate)
Project:
Workflow
Version:
7.x-2.x-dev
Component:
Views
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2014 at 00:20 UTC
Updated:
13 Jan 2015 at 18:53 UTC
Jump to comment: Most recent
Comments
Comment #1
shadysamir commentedComment #2
shadysamir commentedComment #3
johnvI don't think this is possible without programming some custom code.
Please check out lated dev-version, file workflow_views.views.inc, function workflow_views_views_data_alter(&$data).
Then, you can copy code from $data['workflow_node_current'] .
Comment #4
johnvSee #2405077: Views Filter:Workflow Current only pulls data from latest transition, not first, for follow-up.