- Issue created by @jodavidson
- Status changed to Fixed
4 months ago 9:55pm 6 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.
The provided code snippet has a typo that prevents it from working as is.
Cut and paste into the MODULE.module file
change:
$data['node__' . $field_name][$field_name . '_target_id]['filter']['id'] = 'entity_reference';
to:
$data['node__' . $field_name][$field_name . '_target_id']['filter']['id'] = 'entity_reference';
I know this is nitpicky, but it sucks to copy/paste code that won't "just work"
Fixed
1.0
Documentation
Automatically closed - issue fixed for 2 weeks with no activity.