* Merge #26ed324f29, Fix bug #35298.

This commit is contained in:
tanghucheng
2023-11-08 00:23:15 -05:00
parent 2dc09d577c
commit 16b2cbe6b4
+1
View File
@@ -2030,6 +2030,7 @@ class productModel extends model
}
return helper::createLink($module, $method, "productID=%s&branch={$branchID}&groupBy=&projectID=$projectID") . "#app=project";
}
if($module == 'story' and $this->config->vision == 'or') return helper::createLink('story', 'create', "productID=%s&branch=0&moduleID=0&storyID=0&objectID=0&bugID=0&planID0&todoID=0&extra=&storyType=requirement");
return helper::createLink($module, $method, "productID=%s{$branchParam}");
}