Closed (fixed)
Project:
VBO export
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2017 at 10:16 UTC
Updated:
19 Oct 2017 at 20:25 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
robpowellComment #3
graber commentedPlease provide some information how this issue affects vbo_export module.
Comment #4
robpowellLines 111-125 in VboExportBase.php assumes that
$field->options['entity_type']and$field->options['entity_field']will be populated and they are not for my webform view. This will give us errors saying these values are undefined - sorry deleted logs so I don't have it handy. I won't be able to supply a patch till tonight but just adding a isset, removes the errors:Comment #6
graber commentedThose were really totally unused variables, made it much more simple. Thanks!
Comment #7
graber commented