fix all level 1 and 3 bugs.

This commit is contained in:
xiawenlong
2021-10-19 17:49:39 +08:00
parent 8f7c0e6f47
commit 2f28bb8c85
15 changed files with 168 additions and 114 deletions
+1 -2
View File
@@ -170,8 +170,7 @@
<div class='cell'>
<?php
$canBeChanged = common::canBeChanged('api', $api);
if($canBeChanged) $actionFormLink = $this->createLink('action', 'comment', "objectType=doc&objectID=$api->id");
;?>
if($canBeChanged) $actionFormLink = $this->createLink('action', 'comment', "objectType=api&objectID=$api->id");?>
<?php include '../../common/view/action.html.php';?>
</div>
</div>