backdrop-contrib / reference

Defines a field to allow Backdrop entities to reference each other.
GNU General Public License v2.0
4 stars 6 forks source link

PHP notice Undefined index: target_type in reference_field_views_data_views_data_alter #42

Closed jenlampton closed 5 years ago

jenlampton commented 5 years ago

I'm getting this on the manage fields page of a content type with a reference field:

Notice: Undefined index: target_type in reference_field_views_data_views_data_alter() (line 502 of backdrop/modules/contrib/reference/reference.module).
jenlampton commented 5 years ago

Nevermind, it looks like this was caused by my attempt to solve https://github.com/backdrop-contrib/reference/issues/21, so I'll file a fix in that PR.