Change line 38 of wbapi/wbquery/handlers/wbquery_field_numeric.inc from:
'#process' => array('views_process_dependency'),
to instead be:
'#process' => array('ctools_dependent_process'),

sorry for not creating a proper patch.

Comments

coderintherye’s picture

Issue summary: View changes

Updated issue summary.

AgentJay’s picture

I have applied the change you suggest and the critical error is gone, thank you!
But now I get:
Notice: Undefined index: set_precision in wbquery_field_numeric->options_form() (line 29 of /srv/www/acp7/jrctheme/sites/all/modules/wbapi/wbquery/handlers/wbquery_field_numeric.inc).
Notice: Undefined index: precision in wbquery_field_numeric->options_form() (line 30 of /srv/www/acp7/jrctheme/sites/all/modules/wbapi/wbquery/handlers/wbquery_field_numeric.inc).