Skip to content

Commit

Permalink
feat: added operation audit for idp and user
Browse files Browse the repository at this point in the history
  • Loading branch information
rolin999 committed Nov 7, 2024
1 parent d70cbe6 commit fb450ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bk-user/bkuser/apis/web/organization/views/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -1489,8 +1489,8 @@ def put(self, request, *args, **kwargs):
data_source_users = [
tenant_user.data_source_user
for tenant_user in TenantUser.objects.filter(
tenant_id=cur_tenant_id,
id__in=data["user_ids"],
tenant_id=cur_tenant_id,
).select_related("data_source_user")
]

Expand Down

0 comments on commit fb450ca

Please sign in to comment.