Mercurial > p > roundup > code
diff CHANGES.txt @ 5676:e70885fe72a4
issue2551026: template variable not defined even though it is.
Fix issue where variables defined in TAL expression are not
available in the scope of the definition. (Tom Ekberg (tekberg))
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 26 Mar 2019 17:31:28 -0400 |
| parents | f3d68c1bb96e |
| children | 97e2125e064c |
line wrap: on
line diff
--- a/CHANGES.txt Mon Mar 25 19:45:08 2019 -0400 +++ b/CHANGES.txt Tue Mar 26 17:31:28 2019 -0400 @@ -109,6 +109,9 @@ found/404. Reported by hannob at https://github.com/python/bugs.python.org/issues/34, issue opened by JulienPalard. +- issue2551026: template variable not defined even though it is. + Fix issue where variables defined in TAL expression are not + available in the scope of the definition. (Tom Ekberg (tekberg)) 2018-07-13 1.6.0
