* Finish task #83948.

This commit is contained in:
liumengyi
2023-02-08 09:53:30 +08:00
parent d23966be45
commit b1083a768c
5 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -1664,7 +1664,7 @@ class executionModel extends model
elseif($param === 'hasParentName')
{
$parentExecutions = $this->dao->select('id,name')->from(TABLE_EXECUTION)->where('id')->in(trim($execution->path, ','))->andWhere('type')->in('stage,kanban,sprint')->orderBy('grade')->fetchPairs();
$executions[$execution->id]->name = implode('/', $parentExecutions);
$executions[$execution->id]->title = implode('/', $parentExecutions);
}
else
{