* Remove grade setting in open.

This commit is contained in:
sunguangming
2024-04-07 16:12:18 +08:00
parent c3570c97c1
commit 810aa04ec0
4 changed files with 0 additions and 8 deletions
-2
View File
@@ -132,8 +132,6 @@ $lang->custom->story->fields['statusList'] = 'Status';
$lang->custom->story->fields['reviewRules'] = 'Review Rules';
$lang->custom->story->fields['reviewResultList'] = 'Review Result';
$lang->custom->story->fields['review'] = 'Review Required';
$lang->custom->story->fields['grade'] = 'Grade Setting';
$lang->custom->story->fields['gradeRule'] = 'Grade Rule';
$lang->custom->epic = clone $lang->custom->story;
$lang->custom->requirement = clone $lang->custom->story;
-2
View File
@@ -132,8 +132,6 @@ $lang->custom->story->fields['statusList'] = 'Status';
$lang->custom->story->fields['reviewRules'] = 'Review Rules';
$lang->custom->story->fields['reviewResultList'] = 'Review Result';
$lang->custom->story->fields['review'] = 'Need Review';
$lang->custom->story->fields['grade'] = 'Grade Setting';
$lang->custom->story->fields['gradeRule'] = 'Grade Rule';
$lang->custom->epic = clone $lang->custom->story;
$lang->custom->requirement = clone $lang->custom->story;
-2
View File
@@ -132,8 +132,6 @@ $lang->custom->story->fields['statusList'] = 'Statut';
$lang->custom->story->fields['reviewRules'] = 'Review Rules';
$lang->custom->story->fields['reviewResultList'] = 'Valider Résultats';
$lang->custom->story->fields['review'] = 'Validation Requise';
$lang->custom->story->fields['grade'] = 'Grade Setting';
$lang->custom->story->fields['gradeRule'] = 'Grade Rule';
$lang->custom->epic = clone $lang->custom->story;
$lang->custom->requirement = clone $lang->custom->story;
-2
View File
@@ -132,8 +132,6 @@ $lang->custom->story->fields['statusList'] = '状态';
$lang->custom->story->fields['reviewRules'] = '评审规则';
$lang->custom->story->fields['reviewResultList'] = '评审结果';
$lang->custom->story->fields['review'] = '评审流程';
$lang->custom->story->fields['grade'] = '层级设置';
$lang->custom->story->fields['gradeRule'] = '细分流程';
$lang->custom->epic = clone $lang->custom->story;
$lang->custom->requirement = clone $lang->custom->story;