I have a module that store the publication of a group of person and i want to restrict the "write" permission for the person who create the publication.
Here is my situation :
-Publications must be creatable and readable for all user
-Publications must be editable just for the one who create it
-Publication must be manageable (read, write, create and delete) for member of a group.
I made some research and it seem that restrict on user who don't have a group is a bit difficult. Well is there a way i didn't see ?
Thanks