Active
Project:
Autocomplete Widgets for Text and Number Fields
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2011 at 17:36 UTC
Updated:
2 Jan 2012 at 15:47 UTC
Comments
Comment #1
drupalnesia commentedAbove code
f.field_backlink_project_value IN ()must have a value.Look like the variable before your SQL command was missing.
It should be
f.field_backlink_project_value IN ('123')for example.Comment #2
drupalnesia commented