Skip to content

Commit

Permalink
iam:fix find agg role
Browse files Browse the repository at this point in the history
  • Loading branch information
ljl committed Nov 22, 2023
1 parent b6114c2 commit fd4bc3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/iam/src/console_tenant/api/iam_ct_role_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl IamCtRoleApi {
basic: RbumBasicFilterReq {
..Default::default()
},
kind: Some(IamRoleKind::Tenant),
// kind: Some(IamRoleKind::Tenant),
in_base: Some(false),
..Default::default()
},
Expand All @@ -163,8 +163,8 @@ impl IamCtRoleApi {
.await?;
ctx.0.execute_task().await?;
let mut result = vec![];
result.extend(app_result);
result.extend(tenant_result);
result.extend(app_result);
TardisResp::ok(result)
}

Expand Down

0 comments on commit fd4bc3b

Please sign in to comment.