* [bug#63370] filter story stage for report.

This commit is contained in:
caoyanyi
2025-06-16 16:26:47 +08:00
parent a5a6527b0d
commit 082254be15
@@ -28,7 +28,7 @@ class count_of_tested_story extends baseCalc
public function calculate($row)
{
if($row->stage == 'tested') $this->result ++;
if(strpos(',tested,verified,rejected,delivering,delivered,released,closed', ",$row->stage,") !== false) $this->result ++;
}
public function getResult($options = array())