Closed (fixed)
Project:
Domain
Version:
7.x-2.11
Component:
- Domain Content
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2011 at 12:34 UTC
Updated:
17 Mar 2011 at 14:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
agentrickard'administer nodes' is no longer the proper permission. It is now 'bypass node access'.
Comment #2
yrro commentedChanged the permission from 'administer nodes' to 'bypass node access'.
Also fixed a stupid typo: user->domain_user only needs to be looked at if $show_all is not true.
Comment #3
yrro commentedComment #4
agentrickardOdd. Looks like that part was just dropped from the code.
Better to filter the query, since we paginate this if needed. Here's a patch for testing.
Comment #5
yrro commentedWorks for me, thanks!
Comment #6
agentrickardCool. Now to test on D6.
Comment #7
agentrickardCommitted to 7.x-2.x and master.
Comment #8
agentrickardThis is fine in D6.