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

jvandyk’s picture

Status: Active » Fixed

I agree. Changed in this commit.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

mudd’s picture

I 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]