Merge branch 'sprint/f2039' into 'master'

* Fix feedback2039.

See merge request easycorp/zentaopms!6844
This commit is contained in:
王怡栋
2023-02-02 08:53:20 +00:00
+1 -1
View File
@@ -580,7 +580,7 @@ class bug extends control
if(empty($moduleOptionMenu)) return print(js::locate(helper::createLink('tree', 'browse', "productID=$productID&view=story")));
/* Get products and projects. */
$products = $this->config->CRProduct ? $this->products : $this->product->getPairs('noclosed', 0, 'program_asc');
$products = $this->config->CRProduct ? $this->products : $this->product->getPairs('noclosed', 0, 'program_asc', 'all');
$projects = array(0 => '');
if($executionID)
{