Commit Graph

1 Commits (aff78f4cbc9a1afe70ca447e17e4c99582ad16b3)

Author SHA1 Message Date
Martin Krizek 63fdc3f08f
Fix jinja2>=2.9 nested include vars (#35099)
This fixes a bug when parent's local vars where not available in nested
includes. The bug can only be seen with jinja>=2.9 which changes
how the variable scopes work.

Fixes #34886
7 years ago