* Finish task #89149, and fix bug of merge code.

This commit is contained in:
liumengyi
2023-03-29 08:55:25 +08:00
parent bb3c743d75
commit be75bd716f
8 changed files with 47 additions and 20 deletions
+1
View File
@@ -206,6 +206,7 @@ class docModel extends model
$execution = $this->loadModel('execution')->getByID($lib->execution);
$lib->project = $execution->project;
}
if($this->post->libType) $lib->type = 'api';
if($lib->acl == 'custom' or $lib->acl == 'private')
{