Closed (duplicate)
Project:
Workflow
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2007 at 00:42 UTC
Updated:
7 Dec 2011 at 00:36 UTC
This patch enables a views field for the uid column of the workflow_node table. This allows you to include a username in your views table next to the workflow state and most recent comment.
This work sponored by http://www.medem.com.
| Comment | File | Size | Author |
|---|---|---|---|
| workflow_user_field.diff | 1.02 KB | Dave Cohen |
Comments
Comment #1
JacobSingh commentedI'm not sure if this is by design, but this view is supposed to show every workflow state change? I created a view using a table plugin and included the fields:
node title / workflow state / last user
and I got all state changes on all nodes. So either the docs are misleading (it's not necessarily the last user to modify the workflow, actually it's all of them), or my workflow is a different version, or I don't understand what's going on :)
Please review and get back to me with some more detail, perhaps even a sample view export and I'll add it.
Comment #2
Dave Cohen commentedI've never noticed that before, but I am able to reproduce.
I think I did not notice because I have the node is published filter enabled, and that either prevents this problem, or seems to in my case. I'll investigate this a little more.
Comment #3
jcisio commentedI suppose that 5.x-1.x is currently not maintained any more. Thus, close this issue. Try this in 6.x-1.x #702710: Support for UID/name in Views
Comment #4
Bastlynn commentedDuplicate of:
#1313430: Expose the last person that made a change to the state of a node to be usable by views
#702710: Support for UID/name in Views
Will be resolved on #702710: Support for UID/name in Views.