Closed (fixed)
Project:
Add to Cal
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Reporter:
Created:
11 Oct 2014 at 12:40 UTC
Updated:
20 Jan 2015 at 21:24 UTC
Jump to comment: Most recent
When I look at the dropdown for choosing the Location field for an Add to Cal date, the dropdown includes only Text fields whose widget type is "Text Field".
Specifically, in my case, I have a Text field named "Location" whose widget type is "Autocomplete for predefined suggestions", and another Text field named "Contacts" whose widget type is "Text Field". Only the "Contacts" field appears in the Add to Cal Location dropdown.
If I change the widget type of "Location" to plain "Text Field", then it also appears in the dropdown.
Comments
Comment #1
dhalbert commentedComment #2
dhalbert commentedPerhaps you are checking the widget type, not the field type?
Comment #3
Anonymous (not verified) commentedComment #5
Anonymous (not verified) commentedYou are completely correct; the field instance's widget type was being used in place of its type. Thanks for you help!