Create and List permissions not working
bdeegee - August 10, 2007 - 17:24
| Project: | Taxonomy Access Control |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
In the permissions window I have excluded some terms from being created/listed by certain roles, but the settings are having no effect. Role "A" is still able to create a book page with term "X", even though the TAC permissions settings forbid it.

#1
I have the same probllem and really need to solve it … does someone have any idea ?
#2
For me, this seems to be a problem with LIST and CREATE not restricting what appears in the category dropdown boxes.
I also seem to need to give taxomony adminstration rights to these users - not something I want to do.
Anyone have a workaround?
#3
I got the same prolem with Drupal 5.6 and TAC 5.x-1.1.
View, Update and Delete permissions look working well, but Create and List do not work. Any solution?
#4
Please try 5.x-2-dev version.
#5
I have tried 5.x-2-dev version and got the same problem. I created settings for different roles, but the CREATE and LIST still are having no effect for those users.
BTW, my site ONLY installed this access control module without using other user access mudules. So the problem should not be a conflict with other contributed modules.
Hope to solve this problem.
#6
Does any sql errors appear in the log?
do you use mysql?
#7
No errors appear in the log as I play the TAC module. My site runs under MySQL 4.1.22 and PHP 4.4.7.
#8
I'm experiencing something similar. In my case though, it' the opposite - users who are denied VIEW are not able to list articles (even if I ticked the LIST option).
#9
I have the same problem but only with nodes from content types that are used by the nodeprofile module.
Users must not select certain terms in their user profile. But all of the terms in this vocabulary should be listed on exposed filters.
I use this vocabulary on multiple content types. It works on all content types as expected (create, list permissions), except for the one related to the user profile (a nodeprofile node)
TAC: version 5.x-1.1
Node Profile: version 5.x-1.3
No Entries in watchdog found to this problem.
Regards
Paese
#10
I really like the new layout, however I'm also experiencing this issue, I've only allowed 2 terms in a category for certain role, but it's still able to add a node using any term in the category.
#11
I hate to do this but I'd like to bump this issue please, as it is very important for a site I will be launching at the end of April.
#12
A solution to this issue for me!
You need to edit permissions for the anonymous & authenticated removing create and list permissions from the default category and set update and delete to denied.
It might be a good idea to add a note to the admin/user/taxonomy_access page warning people about this.