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

This commit is contained in:
liumengyi
2023-11-14 14:34:07 +08:00
parent 13883870ad
commit 0c47aeb4d1
20 changed files with 183 additions and 183 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ toolbar
'url' => createLink('bug', 'create', "productID={$productID}&branch={$branchID}&extras=projectID={$project->id}")
)),
setData('app', 'project')
) : null,
) : null
);
$closeLink = $type != 'bysearch' ? createLink('project', 'bug', "projectID={$project->id}&productID={$productID}&branchID=$branchID&orderBy=$orderBy&build=$buildID&type=$type&param=0&orderBy=$orderBy&recTotal=0&recPerPage={$pager->recPerPage}") : 'javascript:removeCookieByKey("bugModule")';