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

Johnny vd Laar’s picture

I'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.

dawehner’s picture

Status: Active » Fixed

Yes. The solution is rather easy
1) update to views 2.8
2) apply http://drupal.org/node/284392 the patch at comment #397

Status: Fixed » Closed (fixed)

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

iSheng’s picture

Great! it work