malivodka
is there a way to manage relations in infolist entry?
I cant find any relationship related on infolist docs.. and when debugging my entry. it seems that relationship is not showing.. even if I am sure that I have relationships data.. is this expected? or I messed up?
3 replies
Is it possible to display hasMany relations into the view action?
I have this livewire component..
on this component you see that I set an ViewAction as slideOver.. Is it possible to add all the relations of the item? Lets say that the role has many permissions and I want to list all permissions of that role.
1 replies
new Resource not working after setting up multi-tenancy..
I have a users table and organizations table. they have a many to many relationship and I setup multi-tenancy with the organizations table as a tenant.. I also have roles table that is related to users.. but when I try to setup a new resource for the roles.. I got this errors when I navigate to the page
localhost/app/tenant/roles
3 replies