Scenario:
I'm adding a viewfield field to a taxonomy vocabulary.
When I set up the default values, I'd like to pick the current term tid. However the available tokens do not show anything pertaining to the current tax.
When adding a viewfield field to a node, you do get the tokens related to the current node but it's not the case for the current taxonomy term.
Am I missing something?

Comments

nixar created an issue. See original summary.

  • jerdavis committed f77b7de on 8.x-3.x
    Issue #3077665 by nixar, jerdavis: default argument tokens do not...
jerdavis’s picture

Status: Active » Fixed

Implemented a similar fix to what we found in 7.x stream. The entity system is returning "taxonomy_term" as the type ID, however token is expecting "term" to be passed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.