Project:Big Autocomplete TAXonomy
Version:6.x-1.5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Other users with permissions for creating content types (module node -> create * content) cannot use the batax textfield (it doesn't appear). I have to modify batax.module:141 to a little bit permissive "access content".

Bye,
aded

Comments

#1

Some problem
> modify batax.module:141 to a little bit permissive "access content"
:)

#3

Cheers for this aded, you're right. Whether the "access content" is the correct permission I don't know, but it's probably the only one that is suitable.

#4

so what did you do to allow access to all users?

#5

line 141, from

'access arguments' => array('create node content'),

to

'access arguments' => array('access content'),

Bye,
aded

#6

Status:active» fixed

#7

Status:fixed» closed (fixed)

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