Closed (fixed)
Project:
Signup
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Feb 2009 at 09:28 UTC
Updated:
17 Mar 2009 at 21:30 UTC
Jump to comment: Most recent file
I think that the author of the node should be able to access this page providing he has the 'administer signups for own content' access rights. With this right the owner can access the signup administration page and see the signups list anyways, so why should the signups list be restricted to him?
The attached patch adds this logic to the access control.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 373260-2.admin-can-view-signups.patch | 2.5 KB | dww |
| s.patch | 1.82 KB | miglius |
Comments
Comment #1
dwwI'll return to the signup issue queue next week -- i've been busy with d.o upgrade to D6. This definitely isn't a "critical bug". ;)
Comment #2
dwwActually, if we're going to do what the original patch does, we should go all the way, and make it so any user with 'administer signups' perms on a node (either site-wide 'admin signups' or 'admin signups for own content' for the node owner) effectively has 'view all signups' permission. That's actually what the INSTALL.txt file says already, but it's not really how the code works. ;) Any objections?
Comment #3
dwwComment #4
dwwComment #5
miglius commentedI think this is a correct assumption.
Comment #6
dwwCommitted to HEAD and D6--1.