I'm working on my drupal website.
I need that Manager(a custom user role) and Publisher(a custom use role) can upload documents (a custom content type) and until here it's all ok.
Then i need also that for example there is:
user A that is a manager
user B is a publisher
user C is publisher
I want assign the possibility for A to see the documents uploaded by B, but not C documents.
How i can do it ?
Thank You.