Is there a way that the DJ access granted to the program module would allow for permissions to be controlled (such as create, edit, delete) for playlists related to just that program?
Thanks
Is there a way that the DJ access granted to the program module would allow for permissions to be controlled (such as create, edit, delete) for playlists related to just that program?
Thanks
Comments
Comment #1
tim.plunkettI think this is a duplicate of this: #678794: DJ Access and Node Access not working
Comment #2
drewish commentedActually I'd asked him to open the playlist stuff up as a feature request since the program access was a bug fix and this would be new functionality.
I'm trying to figure out how this would work. We could let them edit or delete playlists that reference a show they're a part of but I'm not sure how create would work. Do we just limit the node reference list to those that they own or DJ on?
Comment #3
jmmcatee commentedIf you could not tell I am new to Drupal, but what you are saying sounds right. I assume there is some field that is not displayed that references the program a playlist belongs to. Knowing this there could be a check that keeps the user from creating playlists attached to programs they are not a part of if they do not have manage permission. In the use I have at least if the user does not have manage permission they tend to not have create since this is a more controlled things than say a story or blog post. Could it be as easy as only allowing creation to anything if the manage playlist permission is set and else the allow creation simply lets them add playlists to programs they own or are DJs on. If this just become a long ramble that did not actually do anything to answer your question and help you I apologize as I'm still trying to get a feel for the code behind Drupal and how everything is managed.
Comment #4
darrick commented