How to separate a resource from Tenants
Hello,
I have these 2 resources InviteResource and InviteSentResource which are displaying for each Tenant.
I would like to separate these 2 resources from the Tenant scope and also change the route which is without the tenant slug.
Please let me know how to do that?
I tried "protected static bool $isScopedToTenant = false;" in the resource page but it seems to display same records in both tenants which is good but the routes still have the tenant slug.
Thank you
I have these 2 resources InviteResource and InviteSentResource which are displaying for each Tenant.
I would like to separate these 2 resources from the Tenant scope and also change the route which is without the tenant slug.
Please let me know how to do that?
I tried "protected static bool $isScopedToTenant = false;" in the resource page but it seems to display same records in both tenants which is good but the routes still have the tenant slug.
Thank you
