* 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

View File

@@ -535,6 +535,7 @@ class executionModel extends model
/* Create doc lib. */
$this->app->loadLang('doc');
$lib = new stdclass();
$lib->project = $sprintProject;
$lib->execution = $executionID;
$lib->name = $type == 'stage' ? str_replace($this->lang->executionCommon, $this->lang->project->stage, $this->lang->doclib->main['execution']) : $this->lang->doclib->main['execution'];
$lib->type = 'execution';