From c5094743658d98f72e7a0ef2006bf4ad8021f431 Mon Sep 17 00:00:00 2001 From: Rizgarteimouri <131773395+Rizgarteimouri@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:06:10 +0200 Subject: [PATCH] Update config.inc.php --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index a141121069..cd29c5d308 100644 --- a/config.inc.php +++ b/config.inc.php @@ -1301,7 +1301,7 @@ // This means that at GUI Level, will not be possible: // add a new attachment to an Executed Test Case Version // delete an attachment from Executed Test Case Version -$tlCfg->testcase_cfg->downloadOnlyAfterExec = TRUE; +$tlCfg->testcase_cfg->downloadOnlyAfterExec = FALSE; // This means that at GUI Level, will not be possible: // add a new req version link to an Executed Test Case Version