* Finish testsuite link case page. the task #95479.

This commit is contained in:
wangyuting
2023-06-15 15:59:21 +08:00
parent 751fbf8e57
commit 94193dc4f0
5 changed files with 136 additions and 5 deletions
+4 -4
View File
@@ -325,6 +325,7 @@ foreach(explode(',', $case->reviewedBy) as $account)
}
$reviewedBy = trim($reviewedBy);
$isInModal = isAjaxRequest('modal');
detailHeader
(
to::title
@@ -336,7 +337,7 @@ detailHeader
set::text($case->title)
)
),
to::suffix
!$isInModal ? to::suffix
(
btn
(
@@ -345,7 +346,7 @@ detailHeader
set::text($lang->case->create),
$canCreateCase ? set::url($this->createLink('testcase', 'create', "productID={$case->product}&branch={$case->branch}&moduleID={$case->module}")) : null
)
)
) : null
);
detailBody
@@ -512,5 +513,4 @@ detailBody
),
);
render();
render($isInModal ? 'modalDialog' : 'page');