* Fix execution-stage list bug.

This commit is contained in:
Yagami
2023-03-02 17:40:47 +08:00
parent 179d3998f2
commit 1ce1a24f1d
+1 -1
View File
@@ -5164,7 +5164,7 @@ class executionModel extends model
}
else
{
$path = str_replace(",$execution->project", '', $execution->path);
$path = str_replace(",$execution->project,", ',', $execution->path);
$trClass = 'table-nest-hide';
$trAttrs = "data-id={$execution->id} data-parent={$execution->parent} data-status={$execution->status}";
$trAttrs .= " data-nest-parent='$execution->parent' data-order='$execution->order' data-nest-path='$path'";