Closed (fixed)
Project:
OG Vocabulary
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2009 at 04:27 UTC
Updated:
19 Jan 2009 at 11:10 UTC
I am using the og_user_roles module to give certain users permissions to add vocabulary to a group. They are able to list, add, and edit terms, and edit vocabulary, but they cannot use the "add vocabulary" link to add new group vocabulary.
Comments
Comment #1
joewang commentedfixed- change line 42 from
'access arguments' => array('update', 1, 'add group vocabulary'),to
'access arguments' => array('update', 1, 'add own group vocabulary'),Comment #2
amitaibufixed, thanks.