Merge branch 'devops18_liyuchun' into 'devops18'
* Fix bug #18087. See merge request easycorp/zentaopms!1220
This commit is contained in:
@@ -1551,7 +1551,10 @@ class gitlabModel extends model
|
||||
if(count($results)<100) break;
|
||||
}
|
||||
|
||||
return $allResults;
|
||||
$tags = array();
|
||||
foreach($allResults as $tag) $tags[$tag->name] = $tag;
|
||||
|
||||
return $tags;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user