Add customized action items. #604
Closed
emnimata
started this conversation in
Feature requests
Replies: 2 comments
-
I see what you mean. Yeah, that could be a nice way to control the action on a per resource basis. I'll add it on the roadmap after dashboards and mobile interface. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is fixed using |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
It will be nice if we can customize the action items links and behavior when we define a resource.
class MyResource < Avo::BaseResource
action_items only: :Index do
link_to "Custom Action", new_admin_post_path(post)
end
end
Beta Was this translation helpful? Give feedback.
All reactions