diff --git a/module/execution/model.php b/module/execution/model.php index 0f09524fa6..01eed079a3 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -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'";