Faridleo
Relation manager actions not working - Laravel tenancy
I am using the “Synced resources between tenants” functionality, meaning that a user can belong to multiple tenants, and a tenant can have multiple users (Many-to-Many relationship). I have a CentralUser model and a Tenant model with their respective relationships. Additionally, I have a tenant_users migration.
In the relation manager, the actions for creating and attach work perfectly, as well as the actions inside the BulkActionGroup. However, the actions for each individual record are not working.
Here are the details:
CentralUser Model
Tenant Model
tenant_users Migration
Relation Manager (inside TenantResource)
1 replies