Closed (fixed)
Project:
Geolocation Field
Version:
8.x-3.x-dev
Component:
Geolocation Field / Backend
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2018 at 04:04 UTC
Updated:
26 May 2021 at 21:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
christianadamski commentedNo idea either. Provide a screenshot of the full view, or use developer tools to see the values of the select options
Comment #3
christianadamski commentedComment #4
maurizio.ganovelliI faced the same issue on latest branch. I have these values in my filter:
but labels are the same "Content - Content type - Geolocation".
However there's no difference selecting one or other in view query.
In EntityArgument views argument plugin I notice that entity bundles are not taken in account. Only entity type is significant since is needed to get the right entityStorage used to load argument entity id.
I think that the dropdown values could be build only using [entity_type]:[field_name] pattern.
Attached a working patch that introduces a new pattern.
Let me know!
Thank you.
Comment #6
christianadamski commentedThis patch
- removes the actual dependency on bundle
- adds the actual bundle label
@maurizio.ganovelli this is based on your patch. But we can't remove bundle from the config, as that would break existing installs.
Comment #8
christianadamski commentedThanks!