lancodev
lancodev
FFilament
Created by lancodev on 8/23/2023 in #❓┊help
Multi-Tenancy HasManyThrough Tenant Relationship
Has anyone successfully setup a resource that has a HasManyThrough relationship to the tenant? This seems to work 90%. However, when creating a new record that has a HasManyThrough relationship to the tenant, I'm getting the following: Call to undefined method Illuminate\Database\Eloquent\Relations\HasManyThrough::save() It doesn't seem like Filament should be attempting to call the save method on the tenant relationship when that relationship is a distant relationship via intermediate models.
2 replies
FFilament
Created by lancodev on 8/14/2023 in #❓┊help
Allow resources to bypass tenancy
With tenancy in place, is it possible to allow certain resources to bypass tenancy (i.e. be available to all users, regardless of their tenant)?
8 replies