Postponed on
- #3481777: In bulk_form ensure the triggering element is the bulk_form button
- #2992375: Conflict with other plugins
afterwards this should be fixed!
Problem/Motivation
There's not only a conflict with views_bulk_operations, but also with Drupal Commerce commerce_product_bulk_form: The "Save" button does not exist or is at least not visible, so you can't save the changed weights.
Steps to reproduce
Add a weight field to a commerce product and the Commerce Products view: commerce_products
The drag handle appears, but the save button not. You can't save the weight changes.
Comments
Comment #2
anybodyAs the commerce product bulk edit simply uses the core bulk_edit, this should be resolved as soon as
are both resolved!