Hello,

I successfully enable TAC lite view permission for my image_module vocabulary : "image gallery" to allow anonymous user seeing some pictures and authenticated user others.

BUT i don't inderstand how update/delete permission :
I created a "view" scheme 1 with all term allowed to authenticated users.
I also created a update/delete sheme 2 with access to one term only for authenticated user (and none for anonymous)

With that i thought that a authenticate user could create some image node with the allowed "term", but it could not access to node/image/add !

Note that In the permission "create image" is not checked for authenticate user.
And if i enable create image fo authenticate user all user can create node for all taxonomy terms !

I need some help to understand HOW update/delete permission work in TAC lite.
I know that TAC only GRANT access, that why i uncheck the create image in Drupal permission... but why TAC lite don't overide that if i allow a term in the image gallery vocabulary ?

Please help !
Regards,
Vincent

Comments

Dave Cohen’s picture

Status: Active » Closed (works as designed)

update is not the same as create. Create is controlled by drupal permissions, or in some cases hook_access().

The thing is that before a node is created, its not tagged with any terms, to tac_lite doesn't grant any create permissions. In fact it can't, just because of how drupal node_access works.

vhenninot’s picture

Hello and THANKS for your quick answer !

I'm not develloper, and i thought that update means create !

Regards,
Vincent