* Finish task#41546.

This commit is contained in:
qiyu-xie
2021-08-18 16:47:28 +08:00
parent a760652e04
commit 16a3342248
+1 -1
View File
@@ -1238,7 +1238,7 @@ class docModel extends model
$orderedExecutions = array();
foreach($executions as $id => $execution)
{
$execution->name = zget($projectPairs, $execution->project) . '/' . $execution->name;
$execution->name = zget($projectPairs, $execution->project) . ' / ' . $execution->name;
if($execution->status != 'done' and $execution->status != 'closed' and $execution->PM == $this->app->user->account)
{