The Views Bulk Operations module (VBO) has a nasty bug where it doesn't load include files properly (doesn't use DRUPAL_ROOT). This causes Travis CI jobs to fail (in this case Open Atrium).
Here is the VBO issue: https://www.drupal.org/node/2192775 (fixed in latest dev)
Patch coming
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | panopoly_core_patch_needed_to_vbo-2374121-1.patch | 481 bytes | mpotter |
Comments
Comment #1
mpotter commentedHere is the patch
Comment #3
dsnopekThanks! I did some quick manual testing and everything seemed to work fine with the patch. Committed!