* fix bug and adjust for createLink params.

This commit is contained in:
wangyidong
2021-06-29 14:31:58 +08:00
parent bfb6b438dc
commit cefd614900
11 changed files with 25 additions and 27 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
</thead>
<tbody>
<?php foreach($executions as $execution):?>
<?php $executionLink = $this->createLink('execution', 'view', "executionID=$execution->id", '', false, $execution->project);?>
<?php $executionLink = $this->createLink('execution', 'view', "executionID=$execution->id");?>
<tr>
<td><?php echo html::a($executionLink, $execution->id);?></td>
<td>