- last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 5:56pm 8 June 2023 - Status changed to Needs review
over 1 year ago 6:43am 16 June 2023 - last update
over 1 year ago 1 pass
I am using the xport to xlsx without batch operation and receive an empty export with just the headers. This is because $chunk is null:
$chunk = $this->tempStore->get($this->context['sandbox']['cid_prefix'] . $i);
See https://git.drupalcode.org/project/vbo_export/-/blob/8.x-3.x/src/Plugin/...
However, the rows are fetched before in https://git.drupalcode.org/project/vbo_export/-/blob/8.x-3.x/src/Plugin/... so the patch just gives the already fetched rows over to the generateOutput() method.
Needs review
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.