Jump to:
| Project: | Author Taxonomy |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | multiple authors, workflow module |
Issue Summary
I'm trying to have assign multiple authors to a node. I'm able to select multiple authors when editing a node Author Taxonomy (see image1).
The module is working in that I can see that both authors have been assigned to the node (see image2).
However, both authors can't edit the node. I'm thinking this may have something to do with the Workflow Module. I have this module set so that only the author of a node can edit the node (see image3, note this is from the Workflow module).
The outcome is that the author listed in the Drupal author field for the node (see image6) is taking precedence, and only this author has edit permissions. Image4 shows that "Jill" can edit the node, while image5 shows that the other author can't edit the node.
So....would you know if it's possible to get this working with the Workflow module? Perhaps I need to write some kind of query that joins the uid from node and from author_taxonomy_term_list?
| Attachment | Size |
|---|---|
| image1.gif | 11.15 KB |
| image2.gif | 8.27 KB |
| image3.gif | 14.19 KB |
| image6.gif | 6.2 KB |
| image4.gif | 8.17 KB |
| image5.gif | 13.44 KB |
Comments
#1
Did you get any further with this? I also want to try and assign multiple authors to a node.
#2
rukaya-- no I didn't get this working with Author Taxonomy and workflow. I ended up using Taxonomy Access Control and assigning roles to a content type.