example: (this is displayed when submitting the bulk_export form at admin/structure/bulk-export/results)

Place this in .views_default.inc 
Place this in .context.inc 

solution, change line 90 in bulk_export.module
from

$module_name = $form_state['name'];

to

$module_name = $form_state['module'];
CommentFileSizeAuthor
#1 ctools-1419762-1.patch508 bytesgnuget

Comments

gnuget’s picture

Assigned: Unassigned » gnuget
Status: Active » Needs review
StatusFileSize
new508 bytes

Done.

patch attached

pasqualle’s picture

Status: Needs review » Reviewed & tested by the community

thanks

swentel’s picture

Ow crap, small error from the drush bulk export patch, sorry about that. Works fine and the drush bulk export command still works as well, so this is really RTBC.

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks for the patch!

Automatically closed -- issue fixed for 2 weeks with no activity.