mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 03:35:21 +01:00
Encode repo name for deleting accessory (#16234)
Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
097efb201b
commit
cc1a204a6b
@ -785,7 +785,7 @@ export class ArtifactListTabComponent implements OnInit, OnDestroy {
|
||||
this.operationService.publishInfo(opeMessage);
|
||||
const params: NewArtifactService.DeleteArtifactParams = {
|
||||
projectName: this.projectName,
|
||||
repositoryName: this.repoName,
|
||||
repositoryName: dbEncodeURIComponent(this.repoName),
|
||||
reference: message.data.digest,
|
||||
};
|
||||
this.newArtifactService.deleteArtifact(params)
|
||||
|
Loading…
Reference in New Issue
Block a user