I have a view on my few sites thas is described in tutorial here http://views-help.doc.logrus.com/help/views/example-users-by-role
(it lists users by argument 'role' and shows summary if no argument specified).
I've created it long ago, and it worked fine. But today I've noticed that it doesn't show regular registered users. That is when I click No role link an empty page is displayed with argument '0' in path (mysite.com/user-list/0) and with title 'No role'.
I've tried to create this view on brand new drupal installation on localhost and got the same result.
What can be the problem?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 827300.patch | 366 bytes | dawehner |
Comments
Comment #1
sandino commentedI wish to add that on summary display the count number is shown correctly, e.g.
No role (178)
Admin (1)
Moderator (6)
Comment #2
sandino commentedChanging the topic - this may be more clear to understand.
Comment #3
dawehnerThis bug was introduced with #496634: argument of 0 results in IS NULL
Comment #4
sandino commenteddereine
Thanks a lot!
Comment #5
RKessi commentedThank you for the patch. I applied it to version 6.x-2.11 and it worked perfectly. I hope it soons goes into the afficial versions (I had the problem since 6.x-2.9).
Comment #6
dawehnerIs this somehow a phrase for rtbc?
Comment #7
RKessi commentedI think this patch in #3 by dereine should be committed as I do not see a large probability for a bad side effect. However the decision rests with the module developpers.
Comment #8
avpadernoComment #9
dagmarComment #10
merlinofchaos commentedCommitted to all branches.
Comment #11
sandino commentedThanks for the patch!