* [task#126934] Fix Bug on create project in api.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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 = '产品不存在';
|
||||
|
||||
Reference in New Issue
Block a user