This is closely related to a few other issues I've seen on hear, but I thought was different enough to merit it's own issue:
We often would like to limit the amount of knowledge a given user role will have about Cases. For example, we'd like to be able to show case assignees only to individuals with the roles developer/admin, but NOT to a an individual with role Member. However, a Member might be able to create a case (with the default assignee).
Does this make sense?
It seems like this could be implemented with a simple additional permission "view assignee"... if it makes sense as an addition to casetracker I can work on this and submit a patch...
Comments
Comment #1
pedrorocha commentedI'm cleaning the module issues, so if somebody thinks that this issue does make sense yet, feel free to reopen.
BTW, it's possible in the 7.x-2.x branch, based on Entity Types and Fields, by using Conditional Fields, i guess.