Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2011 at 22:33 UTC
Updated:
23 Mar 2011 at 14:13 UTC
Comments
Comment #1
DrupOn commentedsubbed
This happens even when you try to override the #autocomplete_path of a term or node reference field in hook_form_alter.
Comment #2
dawehnerYou could look directly in form api whether the #autocomplete_path comes to the fapi or not.
Everything behind fapi is not something views can fix. It's an api which just can be used.
Comment #3
ngmaloney commentedThanks @dereine and @DrupOn. I mistakenly thought #autocomplete_path would work as I expected in FAPI. I'll be sure to share the solution.