mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-21 16:33:28 +08:00
Merge pull request #13593 from ioito/hotfix/qx-filter-by-manager
fix(region): external project filter by manager id
This commit is contained in:
@@ -460,6 +460,7 @@ func (manager *SExternalProjectManager) ListItemFilter(
|
||||
}
|
||||
return nil, httperrors.NewGeneralError(err)
|
||||
}
|
||||
q = q.Equals("manager_id", p.GetId())
|
||||
provider := p.(*SCloudprovider)
|
||||
query.CloudaccountId = []string{provider.CloudaccountId}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user