* Finish task#36338.

This commit is contained in:
leiyong
2021-03-12 10:19:11 +08:00
parent c55c18093c
commit 3bd0242fde
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -2526,7 +2526,7 @@ class execution extends control
$executionsPinYin = common::convert2Pinyin($executionsName);
foreach($executions as $execution)
{
$link = helper::createLink('execution', 'task', 'executionID=' . $execution->id, '', false, $execution->execution);
$link = helper::createLink('execution', 'task', 'executionID=' . $execution->id, '', false, $execution->project);
$execution->code = empty($execution->code) ? $execution->name : $execution->code;
$dataKey = 'date-key="' . zget($executionsPinYin, $execution->name, $execution->name) . '"';
$class = "class='search-list-item $color' title='$execution->name' $dataKey";