Hi,
I'm testing Bolt and am trying to see if I can use it to let members enter and manage their own information. So let's say I have a 'news' content type, then they should be allowed to see and edit only their own records.
Following the documentation, I should be able to achieve this with the 'owner' group. So I've added the following lines to permissions.yml:
contenttypes:
news:
view: [ owner ]
This doesn't work at all - owner users can't edit anything anymore, including their own records. Any ideas what I should change?
Thanks!
Bart