From f9763f877190e18ec64ee3e7d9c6d5704d8bd653 Mon Sep 17 00:00:00 2001 From: zhaoke Date: Tue, 5 Sep 2023 10:13:47 +0800 Subject: [PATCH] * Fix bug #38179. --- module/repo/ui/maintain.html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/repo/ui/maintain.html.php b/module/repo/ui/maintain.html.php index 8796f1fbe6..bf225ad4a1 100644 --- a/module/repo/ui/maintain.html.php +++ b/module/repo/ui/maintain.html.php @@ -61,7 +61,6 @@ $queryMenuLink = createLink('repo', 'maintain', "objectID=$objectID&orderBy=&rec featureBar ( set::current('all'), - set::linkParams("product=$product->id&branch=$branch&browseType={key}"), set::queryMenuLinkCallback(fn($key) => str_replace('{queryID}', (string)$key, $queryMenuLink)), li(searchToggle(set::open($type == 'bySearch'))), );