aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-package-version-details.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-12-02 20:13:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-12-02 20:20:21 +0300
commit9d50600f7ca9f900f8bfdcd30668c7ee47b2c176 (patch)
treec9f83e328406495aa632925feec1e0023e3b6f77 /mod/mod-package-version-details.cxx
parent8994205b272e655ad3f3c134dd660019b60042db (diff)
Reflect that build tenant is archived on builds and package version details pages
Diffstat (limited to 'mod/mod-package-version-details.cxx')
-rw-r--r--mod/mod-package-version-details.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx
index b158228..3a1ce0a 100644
--- a/mod/mod-package-version-details.cxx
+++ b/mod/mod-package-version-details.cxx
@@ -639,7 +639,7 @@ handle (request& rq, response& rs)
if (b.interactive) // Note: can only be present for the building state.
s << TR_VALUE ("login", *b.interactive);
- s << TR_BUILD_RESULT (b, host, root)
+ s << TR_BUILD_RESULT (b, tn->archived, host, root)
<< ~TBODY
<< ~TABLE;