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

CommentFileSizeAuthor
cckrss_hook_perm.patch738 byteslaken

Comments

roball’s picture

Status: Active » Needs review

Thank 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.

roball’s picture

Status: Needs review » Fixed

Fixed in 6.x-1.1.

Status: Fixed » Closed (fixed)

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