* Rewrite user testcase page.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* The bug view file of user module of ZenTaoPMS.
|
||||
* The testtask view file of user 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 Wang Yidong <yidong@easycorp.ltd>
|
||||
@@ -13,8 +13,7 @@ include './featurebar.html.php';
|
||||
|
||||
jsVar('trunkLang', $lang->trunk);
|
||||
|
||||
$todoNavs = array();
|
||||
$that = zget($lang->user->thirdPerson, $user->gender);
|
||||
$that = zget($lang->user->thirdPerson, $user->gender);
|
||||
$testtaskNavs['assignedTo'] = array('text' => sprintf($lang->user->testTask2Him, $that), 'url' => inlink('testtask', "userID={$user->id}"), 'active' => true);
|
||||
|
||||
$cols = array();
|
||||
|
||||
Reference in New Issue
Block a user