Closed (fixed)
Project:
Workflow
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2008 at 20:59 UTC
Updated:
9 Feb 2009 at 23:15 UTC
A nice feature in the new workflow_get_states function is support for returning all workflow states for all workflows when the function is called with no argument (workflow_get_states()).
However, there is no way to tell which workflow a workflow state comes from. A better way to list them would show both the workflow and the workflow state. Example:
Copy Review: Pending Final Approval
instead of just "Pending Final Approval"
Comments
Comment #1
jvandyk commentedI agree. Changed in this commit.
Comment #3
mudd commentedI only have one workflow and I'd prefer not to have the workflow name precede the state in, for example, the default workflow_summary view.
Since many modules generate lists but don't integrate with Views2 or have their own fine tune settings for output... it seems there must be a specific method of controlling this. For example: My Account|Track and My Workspace have Replies and Owner columns, etc [scratch head]