mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix(keystone): domain-list with delete-all options (#19576)
This commit is contained in:
@@ -141,6 +141,10 @@ func (manager *SDomainManager) InitializeData() error {
|
||||
return nil
|
||||
}*/
|
||||
|
||||
func (manager *SDomainManager) NewQuery(ctx context.Context, userCred mcclient.TokenCredential, query jsonutils.JSONObject, useRawQuery bool) *sqlchemy.SQuery {
|
||||
return manager.Query()
|
||||
}
|
||||
|
||||
func (manager *SDomainManager) Query(fields ...string) *sqlchemy.SQuery {
|
||||
return manager.SStandaloneResourceBaseManager.Query(fields...).IsTrue("is_domain")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user