Merge branch 'fixbug_liumengyi_32414' into 'master'
* Fix bug 32414. See merge request easycorp/zentaopms!7099
This commit is contained in:
@@ -85,7 +85,7 @@ $lang->admin->menuList->model['menuOrder']['20'] = 'agileplus';
|
||||
$lang->admin->menuList->model['menuOrder']['25'] = 'waterfallplus';
|
||||
|
||||
$lang->admin->menuList->model['tabMenu']['common']['project'] = array('link' => "{$lang->project->common}|custom|required|module=project", 'alias' => 'set', 'exclude' => 'custom', 'links' => array('custom|set|module=project&field=unitList'));
|
||||
if(helper::hasFeature('waterfall') or helper::hasFeature('waterfallplus')) $lang->admin->menuList->model['tabMenu']['common']['stage'] = array('link' => "{$lang->stage->type}|stage|settype|", 'subModule' => 'stage', 'links' => array('stage|browse|'));
|
||||
if(helper::hasFeature('waterfall') or helper::hasFeature('waterfallplus')) $lang->admin->menuList->model['tabMenu']['common']['stage'] = array('link' => "{$lang->stage->type}|stage|settype|", 'subModule' => 'stage');
|
||||
$lang->admin->menuList->model['tabMenu']['common']['build'] = array('link' => "{$lang->build->common}|custom|required|module=build", 'alias' => 'set', 'exclude' => 'custom');
|
||||
$lang->admin->menuList->model['tabMenu']['common']['flow'] = array('link' => "{$lang->custom->flow}|custom|flow|", 'divider' => true);
|
||||
$lang->admin->menuList->model['tabMenu']['common']['code'] = array('link' => "{$lang->code}|custom|code|");
|
||||
|
||||
@@ -266,7 +266,7 @@ $lang->custom->features['qa'] = 'QA';
|
||||
$lang->custom->features['devops'] = 'DevOps';
|
||||
$lang->custom->features['kanban'] = 'Kanban';
|
||||
$lang->custom->features['doc'] = 'Doc';
|
||||
$lang->custom->features['report'] = 'Statistics';
|
||||
$lang->custom->features['report'] = $lang->report->common;
|
||||
$lang->custom->features['system'] = 'System';
|
||||
$lang->custom->features['assetlib'] = 'Asset Lib';
|
||||
$lang->custom->features['oa'] = 'Attend';
|
||||
|
||||
@@ -266,7 +266,7 @@ $lang->custom->features['qa'] = 'QA';
|
||||
$lang->custom->features['devops'] = 'DevOps';
|
||||
$lang->custom->features['kanban'] = 'Kanban';
|
||||
$lang->custom->features['doc'] = 'Doc';
|
||||
$lang->custom->features['report'] = 'Statistics';
|
||||
$lang->custom->features['report'] = $lang->report->common;
|
||||
$lang->custom->features['system'] = 'System';
|
||||
$lang->custom->features['assetlib'] = 'Asset Lib';
|
||||
$lang->custom->features['oa'] = 'Attend';
|
||||
|
||||
@@ -266,7 +266,7 @@ $lang->custom->features['qa'] = 'QA';
|
||||
$lang->custom->features['devops'] = 'DevOps';
|
||||
$lang->custom->features['kanban'] = 'Kanban';
|
||||
$lang->custom->features['doc'] = 'Doc';
|
||||
$lang->custom->features['report'] = 'Statistics';
|
||||
$lang->custom->features['report'] = $lang->report->common;
|
||||
$lang->custom->features['system'] = 'System';
|
||||
$lang->custom->features['assetlib'] = 'Asset Lib';
|
||||
$lang->custom->features['oa'] = 'Attend';
|
||||
|
||||
@@ -266,7 +266,7 @@ $lang->custom->features['qa'] = '测试';
|
||||
$lang->custom->features['devops'] = 'DevOps';
|
||||
$lang->custom->features['kanban'] = '看板';
|
||||
$lang->custom->features['doc'] = '文档';
|
||||
$lang->custom->features['report'] = '统计';
|
||||
$lang->custom->features['report'] = $lang->report->common;
|
||||
$lang->custom->features['system'] = '组织';
|
||||
$lang->custom->features['assetlib'] = '资产库';
|
||||
$lang->custom->features['oa'] = '办公';
|
||||
|
||||
@@ -414,6 +414,9 @@ function toggleSelectTestStory()
|
||||
$('.colorpicker').css('right', '0');
|
||||
$('#dataform .table-form>tbody>tr>th').css('width', '130px');
|
||||
$('[lang^="zh-"] #dataform .table-form>tbody>tr>th').css('width', '120px');
|
||||
|
||||
$('[name^=multiple]').attr('checked', false);
|
||||
showTeamMenu();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user