mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-17 04:11:24 +01:00
Fix status check when trigger replication
Signed-off-by: 陈德 <chende@caicloud.io>
This commit is contained in:
parent
95d48436b8
commit
d6f5560145
@ -65,7 +65,7 @@ func (r *ReplicationAPI) Post() {
|
||||
|
||||
count, err := dao.GetTotalCountOfRepJobs(&models.RepJobQuery{
|
||||
PolicyID: replication.PolicyID,
|
||||
Statuses: []string{models.RepOpTransfer, models.RepOpDelete},
|
||||
Statuses: []string{models.JobPending, models.JobRunning},
|
||||
})
|
||||
if err != nil {
|
||||
r.HandleInternalServerError(fmt.Sprintf("failed to filter jobs of policy %d: %v",
|
||||
|
Loading…
Reference in New Issue
Block a user