mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 16:13:56 +08:00
fix: get apigateway auth/regions with error of illegal mix of collations
This commit is contained in:
@@ -141,7 +141,7 @@ func (h *AuthHandlers) GetRegionsResponse(ctx context.Context, w http.ResponseWr
|
||||
if options.Options.ReturnFullDomainList {
|
||||
filters := jsonutils.NewDict()
|
||||
if len(currentDomain) > 0 {
|
||||
filters.Add(jsonutils.NewString(currentDomain), "id")
|
||||
filters.Add(jsonutils.NewString(currentDomain), "name")
|
||||
}
|
||||
filters.Add(jsonutils.NewInt(1000), "limit")
|
||||
result, e := modules.Domains.List(s, filters)
|
||||
|
||||
Reference in New Issue
Block a user