Given that:
- I have a post model
- Every post belongs to a group
- A group can be administered by any number of users
How do I configure posts so that they can only be edited by admins of the group they belong to?
Given that:
How do I configure posts so that they can only be edited by admins of the group they belong to?
Have a look at this thread and the Loom video I posted.
It’s not exactly the same problem but it’s similar for sure.
Thanks for sharing that. This works for me when I have a many-to-one relationship similar to
– epgapactive_tenanton directus_users. Is there also a way to do it with a many-to-many? This way I can let a group be administered by any number of users, and have a user administer any number of groups.