* [task#126934] Fix Bug on create project in api.

This commit is contained in:
liyang
2024-08-26 15:37:43 +08:00
committed by 曹延义
parent b7138f6fdd
commit 350f0b4b8a
4 changed files with 16 additions and 0 deletions
+4
View File
@@ -485,3 +485,7 @@ $lang->project->executionList['waterfallplus'] = $lang->projectCommon . ' Stage'
$lang->project->featureBar['team']['all'] = 'Members';
$lang->project->featureBar['managemembers']['all'] = 'Manage Team';
$lang->project->api = new stdclass();
$lang->project->api->error = new stdclass();
$lang->project->api->error->productNotFound = 'Product not found';
+4
View File
@@ -485,3 +485,7 @@ $lang->project->executionList['waterfallplus'] = $lang->projectCommon . ' Stage'
$lang->project->featureBar['team']['all'] = 'Members';
$lang->project->featureBar['managemembers']['all'] = 'Manage Team';
$lang->project->api = new stdclass();
$lang->project->api->error = new stdclass();
$lang->project->api->error->productNotFound = 'Product not found';
+4
View File
@@ -485,3 +485,7 @@ $lang->project->executionList['waterfallplus'] = $lang->projectCommon . ' Stage'
$lang->project->featureBar['team']['all'] = 'Members';
$lang->project->featureBar['managemembers']['all'] = 'Manage Team';
$lang->project->api = new stdclass();
$lang->project->api->error = new stdclass();
$lang->project->api->error->productNotFound = 'Product not found';
+4
View File
@@ -485,3 +485,7 @@ $lang->project->executionList['waterfallplus'] = $lang->projectCommon . '阶段'
$lang->project->featureBar['team']['all'] = '团队成员';
$lang->project->featureBar['managemembers']['all'] = '团队管理';
$lang->project->api = new stdclass();
$lang->project->api->error = new stdclass();
$lang->project->api->error->productNotFound = '产品不存在';