We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We'd love to have an API where you can add a custom list dropdown to the show|edit|index_controls feature.
show|edit|index_controls
list do link_to "google", "https://google.com", ...options action ...options end
The content you are editing has changed. Please copy your edits and refresh the page.
delete_button
See how the block is being "read" from this PR.
Add an action that has a redirect response, add that action into an actions_list and and use no_confirmation = true. It's a hack but it works.
actions_list
no_confirmation = true
This list. #2775
The text was updated successfully, but these errors were encountered:
link_to
Paul-Bob
Successfully merging a pull request may close this issue.
Feature
We'd love to have an API where you can add a custom list dropdown to the
show|edit|index_controls
feature.Tasks
See how the block is being "read" from this PR.
Current workarounds
Add an action that has a redirect response, add that action into an
actions_list
and and useno_confirmation = true
.It's a hack but it works.
Screenshots or screen recordings
This list.
#2775
The text was updated successfully, but these errors were encountered: