From f7327a0b3cd6723cb289819bad1d664cfd5d6618 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Mar 2021 13:36:39 +0300 Subject: Fix Build Configurations page to add tenant to links --- mod/mod-build-configs.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/mod-build-configs.cxx') diff --git a/mod/mod-build-configs.cxx b/mod/mod-build-configs.cxx index 6731b28..126c1d8 100644 --- a/mod/mod-build-configs.cxx +++ b/mod/mod-build-configs.cxx @@ -89,9 +89,9 @@ handle (request& rq, response& rs) << DIV_HEADER (options_->logo (), options_->menu (), root, tenant) << DIV(ID="content"); - auto url = [&root] (const string& cls) + auto url = [&root, this] (const string& cls) { - string r (root.string () + "?build-configs"); + string r (tenant_dir (root, tenant).string () + "?build-configs"); if (cls != "all") { -- cgit v1.1