Active
Project:
World Bank API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2012 at 07:52 UTC
Updated:
27 Mar 2012 at 07:53 UTC
Jump to comment: Most recent
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
Comment #0.0
coderintherye commentedUpdated issue summary.
Comment #1
AgentJay commentedI 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).