adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

Open resource from another resource

Open chadybadour opened this issue 2 years ago • 0 comments

I have a resource that is a related to another resource (ex: Events and Event Requests), i don't want the child resource to be opened from the navigation bar at the left, i want it to be acceded from a record inside the parent resource. how could i implement this scenario ?

image

In this Example i have the Events resource that have a relation with the EventRequests resource), i want to open the EventRequests resource from the Events Resource

I want when i click on a record three dots action to see a custom action that redirects me to another resource page

Using: adminjs: ^6.8.7

chadybadour avatar Apr 13 '23 13:04 chadybadour