diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1e846..7166957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Unreleased +- Fix empty test data in test step doing parent context traversal ([#166](https://github.com/opendevstack/ods-document-generation-templates/pull/166)) ## 1.2.14 - 2026-06-30 diff --git a/templates/TCP.html.tmpl b/templates/TCP.html.tmpl index 9a4f403..562bfce 100644 --- a/templates/TCP.html.tmpl +++ b/templates/TCP.html.tmpl @@ -196,7 +196,7 @@ {{orderId}} {{{step}}} - {{{data}}} + {{{this.data}}} {{{result}}} {{{actualResult}}} @@ -264,7 +264,7 @@ {{orderId}} {{{step}}} - {{{data}}} + {{{this.data}}} {{{result}}} {{{../actualResult}}} diff --git a/templates/TCR.html.tmpl b/templates/TCR.html.tmpl index 8350d1b..de7e7df 100644 --- a/templates/TCR.html.tmpl +++ b/templates/TCR.html.tmpl @@ -205,7 +205,7 @@ {{orderId}} {{{step}}} - {{{data}}} + {{{this.data}}} {{{result}}} {{{../actualResult}}} @@ -273,7 +273,7 @@ {{orderId}} {{{step}}} - {{{data}}} + {{{this.data}}} {{{result}}} {{{actualResult}}}