What's the suggested way of providing parameters for bulk actions?
See original GitHub issueLet’s say I have an integer column and would like to use @action
to change all the values to a new one, i.e. I need a intermediate page to be able the type in the new value. Any hints on how this can be done easiest?
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Using bulk actions in your Shopify admin
Select the list items that you want to perform a bulk action on. Select the bulk action in one of the following ways:...
Read more >What is a Bulk Action? - Helpshift Support
A common use of Bulk Actions is to identify and select multiple Issues in a search and assign them to a particular Agent,...
Read more >Use bulk actions to create or edit campaigns - LinkedIn
Edit existing campaign settings – Select existing campaigns to include in the template and edit the relevant fields. Who can use this feature?...
Read more >Perform Bulk Actions on Multiple Salesforce Records from ...
Sometimes, you need to perform the same action on a group of records. With CRM Analytics bulk actions, you can perform an action...
Read more >Bulk Action Framework - Nuxeo Documentation
The Bulk Action Framework provides a service to be able to run resilient bulk actions on a possibly large set of documents.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I do it this way, using js.
Then in coding file:
@daimon99 Thank you, this method saved me.
For others using the method here which requires a redirect 307 I hope they also find this comment. The method above does work and would be great for those who need to attach a large form to an action but it didn’t work in my production environment.
I’d like to append my version which places the inputs at the top of the block
body
. Which may be more versatile for others.