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
Comment #1
danielb commentedconfirmed
Comment #2
danielb commentedTurns out the solution is to make your field names really short like t
lol
I'll try to come up with a better solution
Comment #3
danielb commentedComment #4
danielb commented