* Finish task #4762.

This commit is contained in:
Yagami
2018-09-10 09:53:34 +08:00
parent 0524666092
commit eb780db5ab
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -611,6 +611,7 @@ class actionModel extends model
->beginIF($this->config->global->flow == 'onlyTask')->andWhere('objectType')->notin('product,productplan,release,story,testcase,testreport,testsuite')->fi()
->beginIF($this->config->global->flow == 'onlyTest')->andWhere('objectType')->notin('project,productplan,release,story,task')->fi()
->orderBy($orderBy)
->beginIF(!$pager)->limit(30)->fi()
->page($pager)
->fetchAll();
+1
View File
@@ -421,6 +421,7 @@ class projectModel extends model
{
if(!empty($value) and !isset($team[$value]))
{
$member = new stdclass();
$member->root = (int)$projectID;
$member->account = $value;
$member->join = helper::today();
+1
View File
@@ -13,3 +13,4 @@
#noticeBox .alert {box-shadow: rgba(0,0,0,.15) 0 0.15rem 0.5rem, rgba(0,0,0,.25) 0 0.15rem 0.5rem;}
.table.has-sort-head thead>tr>th>a.sort-down, .table.has-sort-head thead>tr>th>a.sort-up, .table.has-sort-head thead>tr>th>a:hover{color:#000;text-decoration: none;font-weight:bold}
.table.has-sort-head thead>tr>th>a.sort-down:after,.table.has-sort-head thead>tr>th>a.sort-up:before,.table.has-sort-head thead>tr>th>a:hover:after,.table.has-sort-head thead>tr>th>a:hover:before{color:#000}
.main-header>h2{font-size: 14px;}