Skip to content

Commit

Permalink
Merge pull request #366 from yjinjo/master
Browse files Browse the repository at this point in the history
Modify params code when workspace_id is None
  • Loading branch information
yjinjo authored Sep 26, 2024
2 parents e038080 + f312f31 commit d3d87d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaceone/identity/service/workspace_group_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def add_users(
params.users = old_users_in_workspace_group + new_users_in_workspace_group

workspace_group_vo = self.workspace_group_mgr.update_workspace_group_by_vo(
params.dict(exclude_unset=True), workspace_group_vo
params.dict(exclude_unset=False), workspace_group_vo
)

workspace_group_info = self.add_user_name_and_state_to_users(
Expand Down

0 comments on commit d3d87d1

Please sign in to comment.