* Code for task #89153.

This commit is contained in:
tianshujie
2023-03-29 13:23:39 +08:00
parent 300cbe8f04
commit d30de7b7a2
4 changed files with 11 additions and 1 deletions
+1
View File
@@ -963,6 +963,7 @@ class programplanModel extends model
/* Create doc lib. */
$lib = new stdclass();
$lib->project = $projectID;
$lib->execution = $stageID;
$lib->name = str_replace($this->lang->executionCommon, $this->lang->project->stage, $this->lang->doclib->main['execution']);
$lib->type = 'execution';