Add Relation Manager to EditTenantProfile
How can I add a RelationManager to the EditTenantProfil page? I tried adding getRelations() to the EditTeamProfile, but it doesn't show up. I figure something about a custom view, but I am not that experienced in custom views?
I have a TeamResource with Create/Edit, where the UserRelationManager works perfectly, but not on the tenant edit profile page
Solution:Jump to solution
This solution seems to work:
On EditTeamProfile class: Implement getResource and getRecord and use HasRelationManagers
Add a custom view that includes relation-managers livewire component...
1 Reply
Solution
This solution seems to work:
On EditTeamProfile class: Implement getResource and getRecord and use HasRelationManagers
Add a custom view that includes relation-managers livewire component