* Fix bug.

This commit is contained in:
leiyong
2020-12-07 08:16:23 +08:00
parent 0dafa019a2
commit 6eec4a4a88
28 changed files with 130 additions and 121 deletions
+1 -1
View File
@@ -141,7 +141,7 @@
<?php $this->printExtendFields($execution, 'div', "position=left&inForm=0");?>
<div class="col-sm-12">
<?php $blockHistory = true;?>
<?php $actionFormLink = $this->createLink('action', 'comment', "objectType=project&objectID=$execution->id");?>
<?php $actionFormLink = $this->createLink('action', 'comment', "objectType=execution&objectID=$execution->id");?>
<?php include '../../common/view/action.html.php';?>
</div>
</div>