* [misc] Add project change object type for action.
This commit is contained in:
@@ -196,6 +196,7 @@ $lang->action->objectTypes['system'] = $lang->product->system;
|
||||
$lang->action->objectTypes['deliverable'] = 'Deliverable Category';
|
||||
$lang->action->objectTypes['cm'] = 'Baseline';
|
||||
$lang->action->objectTypes['baseline'] = 'Baseline';
|
||||
$lang->action->objectTypes['projectchange'] = 'Project Change';
|
||||
|
||||
/* Used to describe operation history. */
|
||||
$lang->action->desc = new stdclass();
|
||||
|
||||
@@ -196,6 +196,7 @@ $lang->action->objectTypes['system'] = $lang->product->system;
|
||||
$lang->action->objectTypes['deliverable'] = 'Deliverable Category';
|
||||
$lang->action->objectTypes['cm'] = 'Baseline';
|
||||
$lang->action->objectTypes['baseline'] = 'Baseline';
|
||||
$lang->action->objectTypes['projectchange'] = 'Project Change';
|
||||
|
||||
/* Used to describe operation history. */
|
||||
$lang->action->desc = new stdclass();
|
||||
|
||||
@@ -196,6 +196,7 @@ $lang->action->objectTypes['system'] = $lang->product->system;
|
||||
$lang->action->objectTypes['deliverable'] = 'Deliverable Category';
|
||||
$lang->action->objectTypes['cm'] = 'Baseline';
|
||||
$lang->action->objectTypes['baseline'] = 'Baseline';
|
||||
$lang->action->objectTypes['projectchange'] = 'Project Change';
|
||||
|
||||
/* Used to describe operation history. */
|
||||
$lang->action->desc = new stdclass();
|
||||
|
||||
@@ -196,6 +196,7 @@ $lang->action->objectTypes['system'] = $lang->product->system;
|
||||
$lang->action->objectTypes['deliverable'] = '交付物类型';
|
||||
$lang->action->objectTypes['cm'] = '基线';
|
||||
$lang->action->objectTypes['baseline'] = '基线';
|
||||
$lang->action->objectTypes['projectchange'] = '项目变更';
|
||||
|
||||
/* 用来描述操作历史记录。*/
|
||||
$lang->action->desc = new stdclass();
|
||||
|
||||
Reference in New Issue
Block a user