Multi-tenant plugin: Ability to bypass automatic filtering by Tenant in relationship fields #13759
RenataMilicic
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I really appreciate the improvements made to the multi-tenant plugin in
v3.54.0 - it's filling most of my needs perfectly! However, I've encountered
one limitation that I'd love to see addressed.
FilterOptions for relationship dropdowns cannot be overridden when
using the multi-tenant plugin.
Even when I set useBaseFilter: false on a collection,
relationship fields that reference that collection still get automatically
filtered by mainTenant, with no way to customize this behavior.
Use Case Example
I have an Author collection with:
I can set useBaseFilter: false on the Author collection, which
allows me to add custom filters based on the crossTenant field.
When I use Authors in relationship fields (in blogs,
articles, etc.), the multi-tenant plugin still automatically filters authors
by mainTenant.
Would it be possible to introduce property "skipFilterOptions" to bypass automatic filtering by Tenant?
Thanx!
Beta Was this translation helpful? Give feedback.
All reactions