*Fixbug_sunjun_22349

This commit is contained in:
sunjun
2022-05-12 07:01:30 +00:00
parent e44ddd11b4
commit 8732d9bcd3
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ $config->action->majorList['execution'] = array('opened', 'edited');
$config->action->needGetProjectType = 'build,task,bug,case,testcase,caselib,testtask,testsuite,testreport,doc,issue,release,risk,design,opportunity,trainplan,gapanalysis,researchplan,researchreport,';
$config->action->needGetRelateField = ',story,productplan,release,task,build,bug,testcase,case,testtask,testreport,doc,doclib,issue,risk,opportunity,trainplan,gapanalysis,team,whitelist,researchplan,researchreport,meeting,kanbanlane,kanbancolumn,';
$config->action->noLinkModules = ',doclib,module,webhook,gitlab,sonarqube,pipeline,jenkins,kanban,kanbanspace,kanbancolumn,kanbanlane,kanbanregion,kanbancard,execution,project,traincategory,apistruct,program,product,';
$config->action->noLinkModules = ',doclib,module,webhook,gitlab,sonarqube,pipeline,jenkins,kanban,kanbanspace,kanbancolumn,kanbanlane,kanbanregion,kanbancard,execution,project,traincategory,apistruct,program,product,user,';
$config->action->preferredTypeNum = 10;

View File

@@ -43,7 +43,7 @@ $lang->dev->tableList['doclib'] = '文档库';
$lang->dev->tableList['effort'] = '日志';
$lang->dev->tableList['extension'] = '插件';
$lang->dev->tableList['file'] = '附件';
$lang->dev->tableList['group'] = '用户组';
$lang->dev->tableList['group'] = '权限分组';
$lang->dev->tableList['grouppriv'] = '组权限';
$lang->dev->tableList['history'] = '操作历史';
$lang->dev->tableList['lang'] = '语言定义';
@@ -70,7 +70,7 @@ $lang->dev->tableList['testtask'] = '测试单';
$lang->dev->tableList['todo'] = '待办';
$lang->dev->tableList['user'] = '用户';
$lang->dev->tableList['usercontact'] = '用户联系人';
$lang->dev->tableList['usergroup'] = '用户用户组';
$lang->dev->tableList['usergroup'] = '用户权限组';
$lang->dev->tableList['userquery'] = '用户查询';
$lang->dev->tableList['usertpl'] = '用户模板';
$lang->dev->tableList['admin'] = '后台管理';