-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hello,
we've used the Reverse Relations plugin in the past (fantastic work, thank you!), and were wondering if it could be extended to support displaying relationships with users. Our use case is the following:
- Entries describe companies
- Users need to be bound to a company
We can have a Users field type on the Company entry to select users belonging to that company (so that, for instance, the entry for Company A has a relationship with User F, User G and User M).
Alternatively we can add an Entry field type to the User, and select its parent company there (so that, for instance, User F has a relationship with the entry for Company A).
In either case, we would like to display the reverse relationship. Currently this is not possible. Is it technically feasible? How hard would it be to extend the current code to cover this additional case?
TIA,
M