The module uses 'column' instead of 'columns' in its hook_schema definition which tends to throw errors elsewhere (e.g. Panels / Page Manager).

Notice: Undefined index: columns in ctools_entity_from_schema_get_children() (line 46 of /home/vagrant/project/drupal/sites/all/modules/contrib/ctools/plugins/relationships/entity_from_schema.inc).
Warning: in_array() expects parameter 2 to be array, null given in ctools_entity_from_schema_get_children() (line 46 of /home/vagrant/project/drupal/sites/all/modules/contrib/ctools/plugins/relationships/entity_from_schema.inc).

This patch (coming shortly) simply corrects that.

Comments

caschbre created an issue. See original summary.

caschbre’s picture

Status: Active » Needs review
StatusFileSize
new419 bytes

torgospizza’s picture

Status: Needs review » Fixed

Thanks, fixed in -dev.

Status: Fixed » Closed (fixed)

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