You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2023. It is now read-only.
I'm using the customDetailToolbarComponents() method in a model, and I'm wondering if there's a way to pass in data about the current model that the detail page is displaying. My hope would be to at least get the model ID, then use that to pass the data I need as a second parameter on the addItem() method.
I tried getting the current model ID using request(), but that only provides information for the nova-vendor/nova-dynamic-views/{resource}/{method} route.
The text was updated successfully, but these errors were encountered:
I'm using the
customDetailToolbarComponents()
method in a model, and I'm wondering if there's a way to pass in data about the current model that the detail page is displaying. My hope would be to at least get the model ID, then use that to pass the data I need as a second parameter on theaddItem()
method.I tried getting the current model ID using
request()
, but that only provides information for thenova-vendor/nova-dynamic-views/{resource}/{method}
route.The text was updated successfully, but these errors were encountered: