diff --git a/module/productplan/ui/view.html.php b/module/productplan/ui/view.html.php index ed2e17f3e3..07c9d8e0f4 100644 --- a/module/productplan/ui/view.html.php +++ b/module/productplan/ui/view.html.php @@ -274,7 +274,11 @@ detailBody item(set::name($lang->productplan->desc), empty($plan->desc) ? $lang->noData : html(($plan->desc))), ), h::hr(setClass('mt-4')), - history(), + history( + set::hasCommont(false), + set::commentBtn(false), + set::methodName('view_1'), + ), ), ) ) diff --git a/module/testsuite/ui/view.html.php b/module/testsuite/ui/view.html.php index 892ecc3519..a67efb13a5 100644 --- a/module/testsuite/ui/view.html.php +++ b/module/testsuite/ui/view.html.php @@ -89,7 +89,6 @@ detailBody ), ), history( - set::commentUrl(createLink('action', 'comment', array('objectType' => 'testsuite', 'objectID' => $suite->id))), set::hasComment(false), set::commentBtn(false), set::methodName('view_1'),