In the Drupal 7.39 security update, changes were made to how the autocomplete widgets are called. The process function on the form elements is now required with specific usage to work. See https://www.drupal.org/drupal-7.39-release-notes for details.
Although the autocomplete widgets module calls the process function, it does not send over the necessary arguments as mandated by this release. As a result of this change, the autocomplete widgets module is currently broken in Drupal 7.39.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | autocomplete_process_call-2558605-3.patch | 1.51 KB | donavanwilliams |
| #3 | autocomplete_process_call-2558605-2.patch | 1.16 KB | donavanwilliams |
| #2 | autocomplete_process_call-2558605-1.patch | 1.2 KB | donavanwilliams |
Comments
Comment #2
donavanwilliams commentedAttached is an updated patch that works for me. Please verify it on your end.
Comment #3
donavanwilliams commentedUpdated patch (with backwards compatibility)
Comment #4
bleen commentedOne thing ... could you add a requirement >= system-7.39 (or whatever the correct syntax is) to the .info file?
Otherwise this is RTBC
Comment #5
donavanwilliams commentedComment #6
bleen commentedComment #7
bleen commentedThanks!!