aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-package-version-details.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-09-27 19:32:32 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-09-28 11:23:43 +0300
commitd3f7242eb9e0476fb0c1d3caf1c6cfdfebab63d1 (patch)
tree4d3b52e750d12c45315cf963580cde4b5969a5fe /mod/mod-package-version-details.cxx
parentd33e656f1169bb6744ecb3418bed68340d0d3b97 (diff)
Add support for explicit hidden target configuration class
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 632e2ca..3744d95 100644
--- a/mod/mod-package-version-details.cxx
+++ b/mod/mod-package-version-details.cxx
@@ -756,7 +756,7 @@ handle (request& rq, response& rs)
{
const build_target_config& tc (*bc.second);
- if (belongs (tc, "all") && !exclude (pc, tc))
+ if (!belongs (tc, "hidden") && !exclude (pc, tc))
{
const build_target_config_id& id (bc.first);