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

joewang’s picture

Status: Active » Needs review

fixed- change line 42 from
'access arguments' => array('update', 1, 'add group vocabulary'),
to
'access arguments' => array('update', 1, 'add own group vocabulary'),

amitaibu’s picture

Status: Needs review » Fixed

fixed, thanks.

Status: Fixed » Closed (fixed)

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