* Remove , at the end of row in the lastest children in execution.

This commit is contained in:
liumengyi
2023-11-14 10:13:41 +08:00
parent 6738569f1b
commit 9e579ed4e7
36 changed files with 343 additions and 343 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ $canCreateTestcase = hasPriv('testcase', 'create') && common::canModify('executi
if($canCreateTestcase) $createItem = array('icon' => 'plus', 'class' => 'primary', 'text' => $lang->testcase->create, 'url' => $this->createLink('testcase', 'create', "productID={$productID}&branch=0&moduleID=0&from=execution&param={$execution->id}"), 'data-app' => 'execution');
toolbar
(
!empty($createItem) ? item(set($createItem)) : null,
!empty($createItem) ? item(set($createItem)) : null
);
/* zin: Define the sidebar in main content. */