* Add story grade priv.

This commit is contained in:
sunguangming
2024-03-11 14:22:41 +08:00
parent 89eafd7f13
commit 57ff3e6647
6 changed files with 12 additions and 0 deletions
+2
View File
@@ -64,6 +64,8 @@ $lang->custom->setPercent = "Enable or Disable {$lang->stage->percent}
$lang->custom->beginAndEndDate = 'Begin & End';
$lang->custom->beginAndEndDateRange = 'The Range Of Begin & End';
$lang->custom->limitTaskDateAction = 'Set start and end date required';
$lang->custom->closeGrade = 'Close Story Grade';
$lang->custom->activateGrade = 'Activate Story Grade';
$lang->custom->unitList['efficiency'] = 'Working Hours/';
$lang->custom->unitList['manhour'] = 'Man-hour/';
+2
View File
@@ -64,6 +64,8 @@ $lang->custom->setPercent = "Enable or Disable {$lang->stage->percent}
$lang->custom->beginAndEndDate = 'Begin & End';
$lang->custom->beginAndEndDateRange = 'The Range Of Begin & End';
$lang->custom->limitTaskDateAction = 'Set start and end date required';
$lang->custom->closeGrade = 'Close Story Grade';
$lang->custom->activateGrade = 'Activate Story Grade';
$lang->custom->unitList['efficiency'] = 'Working Hours/';
$lang->custom->unitList['manhour'] = 'Man-hour/';
+2
View File
@@ -64,6 +64,8 @@ $lang->custom->setPercent = "Enable or Disable {$lang->stage->percent}
$lang->custom->beginAndEndDate = 'Begin & End';
$lang->custom->beginAndEndDateRange = 'The Range Of Begin & End';
$lang->custom->limitTaskDateAction = 'Set start and end date required';
$lang->custom->closeGrade = 'Close Story Grade';
$lang->custom->activateGrade = 'Activate Story Grade';
$lang->custom->unitList['efficiency'] = 'Working Hours/';
$lang->custom->unitList['manhour'] = 'Man-hour/';
+2
View File
@@ -64,6 +64,8 @@ $lang->custom->setPercent = "是否启用{$lang->stage->percent}";
$lang->custom->beginAndEndDate = '起止日期';
$lang->custom->beginAndEndDateRange = '起止日期范围';
$lang->custom->limitTaskDateAction = '设置起止日期必填';
$lang->custom->closeGrade = '停用需求层级';
$lang->custom->activateGrade = '启用需求层级';
$lang->custom->unitList['efficiency'] = '工时/';
$lang->custom->unitList['manhour'] = '人时/';
+2
View File
@@ -1548,6 +1548,8 @@ $lang->resource->custom->editStoryConcept = 'editStoryConcept';
$lang->resource->custom->browseStoryConcept = 'browseStoryConcept';
$lang->resource->custom->setDefaultConcept = 'setDefaultConcept';
$lang->resource->custom->deleteStoryConcept = 'deleteStoryConcept';
$lang->resource->custom->closeGrade = 'closeGrade';
$lang->resource->custom->activateGrade = 'activateGrade';
$lang->resource->custom->kanban = 'kanban';
$lang->resource->custom->code = 'code';
$lang->resource->custom->hours = 'hours';
+2
View File
@@ -3057,6 +3057,8 @@ $config->group->package->custom->privs['custom-deleteStoryConcept'] = array('edi
$config->group->package->custom->privs['custom-kanban'] = array('edition' => 'open,biz,max,ipd', 'vision' => 'rnd', 'order' => 11, 'depend' => array('admin-index', 'admin-register'), 'recommend' => array());
$config->group->package->custom->privs['custom-setStoryConcept'] = array('edition' => 'open,biz,max,ipd', 'vision' => 'rnd,lite,or', 'order' => 6, 'depend' => array('custom-browseStoryConcept'), 'recommend' => array());
$config->group->package->custom->privs['custom-limitTaskDate'] = array('edition' => 'open,biz,max,ipd', 'vision' => 'rnd', 'order' => 10, 'depend' => array('custom-execution'), 'recommend' => array());
$config->group->package->custom->privs['custom-closeGrade'] = array('edition' => 'open,biz,max,ipd', 'vision' => 'rnd,lite,or', 'order' => 12, 'depend' => array('custom-set'), 'recommend' => array());
$config->group->package->custom->privs['custom-activateGrade'] = array('edition' => 'open,biz,max,ipd', 'vision' => 'rnd,lite,or', 'order' => 13, 'depend' => array('custom-set'), 'recommend' => array());
$config->group->package->approvalflow = new stdclass();
$config->group->package->approvalflow->order = 10;