* [misc] Add project change object type for action.

This commit is contained in:
daitingting
2025-12-08 09:50:30 +08:00
parent a818eeb027
commit 051f232ef6
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -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();
+1
View File
@@ -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();
+1
View File
@@ -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();
+1
View File
@@ -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();