Merge pull request #11128 from wy65701436/perf-list-artifact

simplify query string when to list artifact
This commit is contained in:
Wenkai Yin(尹文开) 2020-03-18 21:00:19 +08:00 committed by GitHub
commit dbedcf960c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -381,10 +381,8 @@ export class ArtifactListTabComponent implements OnInit, OnDestroy {
let listArtifactParams: NewArtifactService.ListArtifactsParams = {
projectName: this.projectName,
repositoryName: this.repoName,
withImmutableStatus: true,
withLabel: true,
withScanOverview: true,
withSignature: true,
withTag: true
};
Object.assign(listArtifactParams, params);