From a6f4cb1227010e7df0c556f9761af20939291b91 Mon Sep 17 00:00:00 2001 From: Yagami Date: Wed, 12 Sep 2018 09:43:11 +0800 Subject: [PATCH 1/2] * Finish task #4694,#4693. --- module/story/config.php | 2 +- www/theme/default/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/story/config.php b/module/story/config.php index b43d9e288b..7e987e1e30 100644 --- a/module/story/config.php +++ b/module/story/config.php @@ -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', 'openedBy', 'assignedTo', 'estimate', 'status', 'stage', 'taskCount', 'bugCount', 'caseCount', 'actions'); +$config->story->datatable->defaultField = array('id', 'pri', 'title', 'plan', 'assignedTo', 'status', 'stage', 'taskCount', 'bugCount', 'caseCount', 'actions'); $config->story->datatable->fieldList['id']['title'] = 'idAB'; $config->story->datatable->fieldList['id']['fixed'] = 'left'; diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 96dbb53fa7..a657cc7c2b 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -17,3 +17,4 @@ .tree li.active>a{background-color:#fff} .tree li>a:hover{background-color:#fff} .detail-content{padding: 5px 0 0 0px;} +#sidebar>.sidebar-toggle>.icon{color:#2196f3} From 451a2f3e41c1e5b2d9854f9c9cd79f489cdb5c98 Mon Sep 17 00:00:00 2001 From: Yagami Date: Wed, 12 Sep 2018 09:46:07 +0800 Subject: [PATCH 2/2] * Fix common lang. --- module/common/lang/en.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/common/lang/en.php b/module/common/lang/en.php index 6f1e47eac5..7ce0a905ad 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -122,8 +122,7 @@ $lang->menu->qa = 'QA|qa|index'; $lang->menu->doc = 'Doc|doc|index'; $lang->menu->report = 'Report|report|index'; $lang->menu->company = 'Company|company|index'; - -$lang->adminMenu = 'Admin|admin|index'; +$lang->menu->admin = 'Admin|admin|index'; $lang->dividerMenu = ',qa,';