* Finish task #4902.

This commit is contained in:
Yagami
2018-09-18 10:25:41 +08:00
parent 75978f3cc1
commit d5bdf6d834
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ $config->story->custom->batchCreateFields = 'module,plan,spec,pri,estimate,revie
$config->story->custom->batchEditFields = 'branch,module,plan,estimate,pri,source,stage,closedBy,closedReason';
$config->story->datatable = new stdclass();
$config->story->datatable->defaultField = array('id', 'pri', 'title', 'plan', 'assignedTo', 'status', 'stage', 'taskCount', 'bugCount', 'caseCount', 'actions');
$config->story->datatable->defaultField = array('id', 'pri', 'title', 'plan', 'openedBy', 'assignedTo', 'estimate', 'status', 'stage', 'taskCount', 'actions');
$config->story->datatable->fieldList['id']['title'] = 'idAB';
$config->story->datatable->fieldList['id']['fixed'] = 'left';
+2 -2
View File
@@ -11,10 +11,10 @@
.dropdown-list > li > a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.53846154; color: #141414; white-space: nowrap;}
.dropdown-list > li > a:hover,
.dropdown-list > li > a:focus {color: #1a4f85;text-decoration: none;background-color: #ddd;}
.fail span{color:#f00}
.blocked span{color:#000}
.pl-5px{padding-left:5px;}
.fail a, .fail a .icon{color:#f00 !important}
.blocked a, .blocked a .icon{color:#f00 !important}
tbody > tr > td > .btn-icon {margin-right: 3px;}
tbody > tr > td .icon-bug {margin-left: -8px;}
+2 -1
View File
@@ -22,7 +22,6 @@ class testtask extends control
public function __construct($moduleName = '', $methodName = '')
{
parent::__construct($moduleName, $methodName);
$this->loadModel('project');
$this->loadModel('product');
$this->view->products = $this->products = $this->product->getPairs('nocode');
if(empty($this->products)) die($this->locate($this->createLink('product', 'showErrorNone', "fromModule=testtask")));
@@ -382,6 +381,8 @@ class testtask extends control
{
/* Save the session. */
$this->loadModel('testcase');
$this->app->loadLang('project');
$this->app->loadLang('task');
$this->session->set('caseList', $this->app->getURI(true));
/* Get task and product info, set menu. */
-1
View File
@@ -18,4 +18,3 @@
.article-content{margin-left: 0px;}
.body-modal .main-header>h2{font-weight:bold;}
.timeline > li .timeline-text{white-space: nowrap !important;}
.table .tablesorter-header-inner{color:#000}