Drupal workflow action access integrated with taxonomy access control?

Posted by groovehunter on Stack Overflow See other posts from Stack Overflow or by groovehunter
Published on 2010-03-15T12:40:22Z Indexed on 2010/03/21 4:11 UTC
Read the original article Hit count: 337

Filed under:
|
|
|
|

hi, I am building a DMS for our intranet and use a taxonomy hierarchy because we need access control that way. All company locations manage (upload,edit) their own documents but should be able to access all. This is inherited to the child terms and works fine.

Additionally we want simple 3-step workflow (draft,published,archived). So i introduced roles for editor, publisher and docadmin and set permissions for the transitions. Also triggers to effectivly (un)publish documents.

But (of course) a user of role publisher can do the transition for ALL documents. But we want publisher for each company location (top taxonomy level, see above).

Could this be achieved? Do i have to set it up by myself (i guess "rules" is appropriate to do this) or is there another module helping.

role inheritance was a guess, but that is only about roles (naturally). "module grants" i use and checked first option. That way my thoughts are going. I hope you get my idea resp. problem.

drupal 6.16 current

edit: I reread the docs and found ie. http://drupal.org/node/408018 Revisioning for categorized content. Will reread that.

© Stack Overflow or respective owner

Related posts about drupal

Related posts about access