The module works great in views field.
However, I couldn't add it to the relationship in views to retrieve further data from the referenced term.
Does anyone have a clue how to add it?
Issue fork entity_reference_quantity-3011884
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bahusafoo commentedRunning into this as well - the field is not available for relationships within views the same way a normal entity reference is.
Comment #4
denes.szabo commentedI added the hook_field_views_data() hook implementation from the views which handles the entity_reference field.
In my project it seems ok.
Comment #5
denes.szabo commentedChanged the version to 8.x-2.x.
Comment #6
jannakha commented@Denes.Szabo - are you going to create a merge request for this issue to review and then to merge into main codebase?