Closed (fixed)
Project:
Big Autocomplete TAXonomy
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
15 Jun 2009 at 15:56 UTC
Updated:
22 Oct 2014 at 08:41 UTC
Jump to comment: Most recent
Comments
Comment #1
a.a.egoroff commentedSome problem
> modify batax.module:141 to a little bit permissive "access content"
:)
Comment #3
sdrycroft commentedCheers 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.
Comment #4
JoshW commentedso what did you do to allow access to all users?
Comment #5
Anonymous (not verified) commentedline 141, from
'access arguments' => array('create node content'),
to
'access arguments' => array('access content'),
Bye,
aded
Comment #6
sdrycroft commented