Problem/Motivation
After updating to the latest dev version, I ran into this error.
Steps to reproduce
On views, VBO added with actions and I received the following error on listing page.
TypeError: Return value of Drupal\views_bulk_operations\Service\ViewsBulkOperationsViewData::getTotalResults() must be of the type int, null returned in Drupal\views_bulk_operations\Service\ViewsBulkOperationsViewData->getTotalResults() (line 230 of modules/contrib/views_bulk_operations/src/Service/ViewsBulkOperationsViewData.php).
Thank you for an awesome module.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | vbo-totalresults-return-type-3311882.patch | 641 bytes | a-patel |
Comments
Comment #2
a-patel commentedComment #3
a-patel commentedComment #4
a-patel commentedComment #6
graber commentedGood find, thank you, fixed with a different approach plus a bit more in the commit. Please check just in case.
Comment #7
a-patel commented@Graber, thank you:)