Closed (duplicate)
Project:
Taxonomy Access Control
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2011 at 07:58 UTC
Updated:
28 Oct 2011 at 19:09 UTC
The admin screen for the 'anonymous' role
admin/config/people/taxonomy_access/role/1/edit
displays this note at the bottom:
"Remember: This role will inherit permissions from the authenticated user role. Be sure to configure the authenticated user properly."
The functionality seems fine. It looks like only the notice is wrong.
changing "arg(4)" to "arg(5)" in two spots on line 560 of taxonomy_access.admin.inc fixes it.
-- Cronin
Comments
Comment #1
xjmAh, good catch. Maybe the whole block of help text is actually added uniformly to all role configuration pages, so we just need to check the specific role before adding this particular sentence.
Related: #1314992: Add help text referring to authenticated user role for custom roles.
Comment #2
xjmWe're going to fix this as part of #1314992: Add help text referring to authenticated user role for custom roles, so marking this issue as a duplicate of that one.