Open Yelles opened 5 years ago
I will think about it.
Added support of resource tools for tabs in v1.1.5
@Yelles What do you mean about resource action?
@Yelles What do you mean about resource action?
when I saw the last commit, I realized that I was not clear enough ^^'
I was talking about Laravel \ Nova \ Actions \ Actionable
You can add relation to tabs:
MorphMany::make(__('Actions'), 'actions', ActionResource::class),
But default relation will not be hide. PR for fixing it has sent to upstream: https://github.com/laravel/nova/pull/292
thanks, i will try this (and wait for the fix) 👍
Hi,
Is there a way to add Ressources Actions in Tabs ?