* Hide the comment function of productplan view.

This commit is contained in:
wangxuepeng
2023-10-17 14:51:17 +08:00
parent 8cced1a5a8
commit e1f392e961
2 changed files with 5 additions and 2 deletions
+5 -1
View File
@@ -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'),
),
),
)
)
-1
View File
@@ -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'),