* Adjust setting order.
This commit is contained in:
@@ -68,8 +68,8 @@ $lang->custom->closeGrade = 'Close Story Grade';
|
||||
$lang->custom->activateGrade = 'Activate Story Grade';
|
||||
$lang->custom->deleteGrade = 'Delete Story Grade';
|
||||
|
||||
$lang->custom->gradeRuleList['cross'] = 'Allow cross-level segmentation';
|
||||
$lang->custom->gradeRuleList['stepwise'] = 'Restriction level-by-level subdivision';
|
||||
$lang->custom->gradeRuleList['stepwise'] = 'Restriction level-by-level subdivision';
|
||||
$lang->custom->gradeRuleList['cross'] = 'Allow cross-level segmentation';
|
||||
|
||||
$lang->custom->unitList['efficiency'] = 'Working Hours/';
|
||||
$lang->custom->unitList['manhour'] = 'Man-hour/';
|
||||
|
||||
@@ -68,8 +68,8 @@ $lang->custom->closeGrade = 'Close Story Grade';
|
||||
$lang->custom->activateGrade = 'Activate Story Grade';
|
||||
$lang->custom->deleteGrade = 'Delete Story Grade';
|
||||
|
||||
$lang->custom->gradeRuleList['cross'] = 'Allow cross-level segmentation';
|
||||
$lang->custom->gradeRuleList['stepwise'] = 'Restriction level-by-level subdivision';
|
||||
$lang->custom->gradeRuleList['stepwise'] = 'Restriction level-by-level subdivision';
|
||||
$lang->custom->gradeRuleList['cross'] = 'Allow cross-level segmentation';
|
||||
|
||||
$lang->custom->unitList['efficiency'] = 'Working Hours/';
|
||||
$lang->custom->unitList['manhour'] = 'Man-hour/';
|
||||
|
||||
@@ -68,8 +68,8 @@ $lang->custom->closeGrade = 'Close Story Grade';
|
||||
$lang->custom->activateGrade = 'Activate Story Grade';
|
||||
$lang->custom->deleteGrade = 'Delete Story Grade';
|
||||
|
||||
$lang->custom->gradeRuleList['cross'] = 'Allow cross-level segmentation';
|
||||
$lang->custom->gradeRuleList['stepwise'] = 'Restriction level-by-level subdivision';
|
||||
$lang->custom->gradeRuleList['stepwise'] = 'Restriction level-by-level subdivision';
|
||||
$lang->custom->gradeRuleList['cross'] = 'Allow cross-level segmentation';
|
||||
|
||||
$lang->custom->unitList['efficiency'] = 'Working Hours/';
|
||||
$lang->custom->unitList['manhour'] = 'Man-hour/';
|
||||
|
||||
@@ -68,8 +68,8 @@ $lang->custom->closeGrade = '停用需求层级';
|
||||
$lang->custom->activateGrade = '启用需求层级';
|
||||
$lang->custom->deleteGrade = '删除需求层级';
|
||||
|
||||
$lang->custom->gradeRuleList['cross'] = '允许跨层级细分';
|
||||
$lang->custom->gradeRuleList['stepwise'] = '限制逐层级细分';
|
||||
$lang->custom->gradeRuleList['stepwise'] = '限制逐层级细分';
|
||||
$lang->custom->gradeRuleList['cross'] = '允许跨层级细分';
|
||||
|
||||
$lang->custom->unitList['efficiency'] = '工时/';
|
||||
$lang->custom->unitList['manhour'] = '人时/';
|
||||
|
||||
@@ -85,8 +85,8 @@ elseif(in_array($module, array('story', 'requirement', 'epic')) && $field == 'gr
|
||||
$formItems[] = div
|
||||
(
|
||||
setClass('gradeRuleNotice'),
|
||||
div($lang->custom->notice->cross),
|
||||
div($lang->custom->notice->stepwise)
|
||||
div($lang->custom->notice->stepwise),
|
||||
div($lang->custom->notice->cross)
|
||||
);
|
||||
}
|
||||
elseif(in_array($module, array('epic', 'story', 'requirement', 'testcase')) && $field == 'review')
|
||||
|
||||
Reference in New Issue
Block a user