Made a new views finder on a simple view where one of the fields is a term reference to a taxonomy. When I add a select list widget for the field I get a lot of these errors when I go to the finder page:

Notice: Undefined property: stdClass::$fe_12_field_data_field_country_field_country_tid_field_country_tid in theme_finder_optionwidgets_select_option() (line 282 of /home/presswire2/drupal7/sites/all/modules/finder/modules/finder_optionwidgets/finder_optionwidgets.module).
Notice: Undefined property: stdClass::$fe_12_field_data_field_country_field_country_tid_field_country_tid in theme_finder_optionwidgets_select_value() (line 297 of /home/presswire2/drupal7/sites/all/modules/finder/modules/finder_optionwidgets/finder_optionwidgets.module).

I was previously having problems with this: #1270150: Undefined property but this looks like something else. Couldn't find an open issue for it but sorry if it's a duplicate. This is with 7.x-1.x-dev (2011-Sep-23)

Comments

danielb’s picture

confirmed

danielb’s picture

Turns out the solution is to make your field names really short like t

lol

I'll try to come up with a better solution

danielb’s picture

Title: Can't make a select list element from a taxonomy reference field » Finder field aliases break when too long
danielb’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.