* Fix bug : Unit test product drop-down error.

This commit is contained in:
xieqiyu
2021-12-02 09:12:50 +08:00
parent 32a526275d
commit 3755502cf5
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1971,7 +1971,7 @@ class productModel extends model
{
parse_str($extra, $output);
$projectID = isset($output['projectID']) ? $output['projectID'] : 0;
$link = helper::createLink($module, $method, "productID=%s" . ($branch ? "&branch=%s" : '') . "&groupBy=&projectID=$projectID");
$link = helper::createLink($module, $method, "productID=%s&branch=" . ($branch ? "%s" : '') . "&groupBy=&projectID=$projectID") . "#app=project";
}
else
{