* Remove , at the end of row in the lastest children in execution.
This commit is contained in:
@@ -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¶m={$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. */
|
||||
|
||||
Reference in New Issue
Block a user