Closed (duplicate)
Project:
Workflow
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2009 at 22:35 UTC
Updated:
4 Nov 2010 at 22:57 UTC
This is a simple patch to add the ability to create a relationship between a workflow and the user setting the workflow in Views. This allows you to display or filter on user information as relating to the current workflow status for instance.
Thanks to the wonderful relationship feature in Views 2 this is remarkably easy. The small code block added in the patch was lifted as is from modules/views/modules/node.views.inc.
This is my first patch submission so hopefully I did this correctly.
| Comment | File | Size | Author |
|---|---|---|---|
| user_relationship.patch | 1013 bytes | dawansv |
Comments
Comment #1
dawansv commentedChanged to correct status
Comment #2
jcisio commentedThanks dawansv for the patch. But could you merge it with #702710: Support for UID/name in Views for one patch that solves the whole problem?
Comment #3
pbeakley commentedsubscribe
Comment #4
dawansv commentedBased on what I see, the latest code in #702710: Support for UID/name in Views already has code similar to mine included, so the merge is done. Thanks for pointing it out.