Closed (fixed)
Project:
CCK Required Single Select (Obsolete!)
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2012 at 21:29 UTC
Updated:
10 Apr 2012 at 21:30 UTC
Module implements a settings screen in its hook_menu, which requires the 'administer CCK Required Single Select' permission to access. But the Module doesn't have a hook_perm implementation, so only user 1 can ever access the settings screen.
Patch attached
| Comment | File | Size | Author |
|---|---|---|---|
| cckrss_hook_perm.patch | 738 bytes | laken |
Comments
Comment #1
roball commentedThank you laken for that report. This was an oversight by the original module author. Rather than introducing yet another (unneeded) permission and make the permissions admin page even more user-unfriendly, I have set the required permission to access the CCK Required Single Select settings page to 'administer content types', since this is the permission you need for being able to edit your content type. And the CCK Required Single Select module only acts there.
Bugfix committed to both 6.x-2.x and 6.x-1.x branches. If you can confirm the problem is fixed in the latest 6.x-1.x-dev, I will release version 6.x-1.1. Thanks.
Comment #2
roball commentedFixed in 6.x-1.1.