- Issue created by @pemson18
- 🇺🇸United States wmcmillian-coalmarch
I added a patch for this.
The issue is that the tokens function pulls in all of the tags attached to an entity and then runs token replace on them. If any of the tags reference via token any other tag, this causes a recursion.
This patch filters the tags being processed to only those being referenced by token and should ignore any tag value that references itself.
- 🇺🇸United States damienmckenna NH, USA
Do you have an example of a token that triggers the problem?