I am trying to:
- add custom posttype
- add custom role (with all privileges to custom posttype)
- add post in custom posttype as user with custom role
- Other user with same custom role can't edit other users post in custom posttype
Privileges role are "Edit any". Why can a user only change his own post?
It seems that its working normally, however the user must create a post first in that CPT. I tried this with a test user that I created and made a post and it worked fine.