aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2025-12-27 03:52:07 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2025-12-27 03:52:07 +0100
commita0d303033e804a1b19eaeda6b7c34bc41ce8f572 (patch)
treeec4d62f7227b71dd6931cf8c14d8e1ac80fea655
parent8cb7112bfae45b513589a62b35cea3c7a5207103 (diff)
downloadbugs-master.tar
bugs-master.tar.gz
bugs-master.tar.bz2
bugs-master.tar.xz
bugs-master.zip
Fix the list of components displayed in request.cgi (upstream bugHEADmaster
-rwxr-xr-xrequest.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/request.cgi b/request.cgi
index 347cb7a44..f3669976b 100755
--- a/request.cgi
+++ b/request.cgi
@@ -64,6 +64,7 @@ else {
$components{$comp->name} = 1;
}
}
+ $vars->{'products'} = $user->get_selectable_products;
$vars->{'components'} = [ sort { $a cmp $b } keys %components ];
$template->process($format->{'template'}, $vars)