* Finish project testtask page.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* The browse view file of testtask module of ZenTaoPMS.
|
||||
* The testcase view file of project module of ZenTaoPMS.
|
||||
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
|
||||
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||
* @author Yuting Wang <wangyuting@easycorp.ltd>
|
||||
* @package testtask
|
||||
* @package project
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
namespace zin;
|
||||
@@ -23,10 +23,11 @@ foreach($tasks as $task)
|
||||
|
||||
featureBar
|
||||
(
|
||||
set::current($type),
|
||||
set::linkParams("projectID={$projectID}&type={key}"),
|
||||
set::current('all'),
|
||||
set::linkParams("projectID={$projectID}"),
|
||||
inputGroup
|
||||
(
|
||||
set::class('ml-4'),
|
||||
$lang->testtask->beginAndEnd,
|
||||
input
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user