- Issue created by @flyke
- Status changed to Needs review
over 1 year ago 2:05pm 20 July 2023 - last update
over 1 year ago 14 pass - 🇧🇪Belgium flyke
This is causing an error when updating views_bulk_operations to version 4.2.6:
Warning: Undefined array key 24 in /var/www/html/web/modules/contrib/views_bulk_operations/src/Plugin/views/field/ViewsBulkOperationsBulkForm.php on line 695
Will update patch soon - last update
over 1 year ago 15 pass - 🇵🇱Poland Graber
Oh dear, wish I thought about this one earlier.. Entity ID actually is in each checkbox value. Check this line on how it's generated and this line on how it's decoded in PHP.
You can decode that bulk form key in JS as well:
https://developer.mozilla.org/en-US/docs/Web/API/Window/atob
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global...I hope this helps.