ActionGroup::make() should accept a closure to enable dynamically generated Actions based on injected Model $record #15713
acornforth
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Primarily needed on Tables\Actions since there is no other way to dynamically generate Actions based on the models properties.
In Actions\Actions, used on a ViewRecord page we already have access to the model so for my particular use case i don't need it there, but it would make sense to support this in both places.
Beta Was this translation helpful? Give feedback.
All reactions