Skip to content

Commit

Permalink
fix: update approval merge system manager (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 committed Jan 22, 2024
1 parent 3e6699d commit 8cfa4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saas/backend/biz/application_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def _split_policy_process_by_resource_approver_dict(
if self.system_manager_approver:
policy_process.process.set_node_approver(
ProcessorNodeType.INSTANCE_APPROVER_MERGE.value,
self.system_manager_approver[0],
[self.system_manager_approver[0]],
)

if len(policy_process.policy.list_thin_resource_type()) != 1:
Expand Down

0 comments on commit 8cfa4b9

Please sign in to comment.