- 🇻🇳Vietnam phthlaap
I have same issue, the step is:
- Step 1: Check to the checkbox Select / deselect all results
- Step 2: Select an action
- Step 3: Apply to selected items
- Step 4: The form Action will be executed on all items in the view.
- Step 5: Click Execute action
=> Batch process will start then show the error message "Call to a member function addMetaData() on string...."Applied the patch and it is working now.
- Status changed to RTBC
over 1 year ago 8:01am 25 May 2023 - Status changed to Postponed: needs info
7 months ago 1:42pm 7 May 2024 - 🇵🇱Poland Graber
Can we check if the view has been built (
if (!$this->view->built)
)?BTW.. I cannot reproduce this locally now, created 100 articles using devel_generate and saved them all on a standard content view with VBO field in place of the core bulk operations field, batching off, no error.