* Hide the comment function of productplan view.
This commit is contained in:
@@ -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'),
|
||||
),
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user