Closed (fixed)
Project:
Workflow
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2009 at 16:58 UTC
Updated:
19 Apr 2010 at 15:44 UTC
Hi, I have this problem:
I have, let's say, a user "myuser" with role "myrole", a content type "myct", associated to a workflow "mywf", that has state "mystate".
I set with workflow access that "myuser" and node author can view "myct" nodes in state "mystate".
I made a view of "myct" nodes in "mystate" state and "myuser" sees two times nodes for which he's author. Could you help me?
Comments
Comment #1
Johnny vd Laar commentedI'm having the same problem. i think this problem is caused by how the node access system in drupal works. till now the only fix i had was by setting the distinct check in views.
Comment #2
dawehnerYes. The solution is rather easy
1) update to views 2.8
2) apply http://drupal.org/node/284392 the patch at comment #397
Comment #4
iSheng commentedGreat! it work