- Issue created by @codebymikey
- Merge request !9875Issue #3481725 by codebymikey: Ensure entity views argument definitions include the entity_type property → (Open) created by codebymikey
Provided an initial patch incorporating the necessary changes.
A separate update hook might be necessary for this to work, or have this patch applied alongside your update to 10.3.
- 🇳🇿New Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to our policies.
Updated the issue fork so that
vocabulary_vid
arguments (Taxonomy term: Vocabulary) can be used to override the page title using{{ arguments.vid }}
, since it was previously querying thetaxonomy_term
entity type.- 🇺🇸United States smustgrave
Know seems small but since marked major probably should have test coverage
Thanks.
- Status changed to Needs work
about 2 months ago 7:03am 13 May 2025 - 🇮🇳India bmaity
Applying the patch is not working for the existing views after upgrading to Drupal 10.4.7. We are having exact same situation where we have tracker node id as contextual filter.
Any upgrade path for the existing views or if the current patch works, then what are the steps to follow?
Can anybody comment on this?