* Finish task #89149, and fix bug of merge code.
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user